Skip to content
Snippets Groups Projects
Commit 5bd3a4f6 authored by Jawnnypoo's avatar Jawnnypoo
Browse files

Make fabric in manifest a part of just the normal build

parent 24065339
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -15,10 +15,6 @@
android:label="@string/app_name"
android:theme="@style/AppTheme">
 
<meta-data
android:name="io.fabric.ApiKey"
android:value="${fabric_key}"/>
<activity
android:name=".activity.LaunchActivity"
android:noHistory="true"
Loading
Loading
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.commit451.gitlab">
<application>
<meta-data
android:name="io.fabric.ApiKey"
android:value="${fabric_key}"/>
</application>
</manifest>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment