Skip to content
Snippets Groups Projects
Commit 1e4317f3 authored by Jawnnypoo's avatar Jawnnypoo
Browse files

Bump build

parent efb27372
No related branches found
No related tags found
No related merge requests found
Pipeline #
Loading
Loading
@@ -14,21 +14,20 @@ android {
minSdkVersion 16
targetSdkVersion 23
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
versionCode 225
versionName "2.2.5"
versionCode 226
versionName "2.2.6"
manifestPlaceholders = [fabric_key: project.ext.LABCOAT_FABRIC_KEY]
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
ext.enableCrashlytics = true
manifestPlaceholders = [fabric_key: project.ext.LABCOAT_FABRIC_KEY]
}
debug {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
ext.enableCrashlytics = false
manifestPlaceholders = [fabric_key: ""]
}
}
lintOptions {
Loading
Loading
Loading
Loading
@@ -30,6 +30,7 @@
android:layout_gravity="center_vertical"
android:padding="8dp"
android:background="?attr/selectableItemBackgroundBorderless"
android:visibility="gone"
android:contentDescription="@null"/>
 
<ImageView
Loading
Loading
@@ -40,6 +41,7 @@
android:layout_gravity="center_vertical"
android:padding="8dp"
android:background="?attr/selectableItemBackgroundBorderless"
android:visibility="gone"
android:contentDescription="@null"/>
 
<Space
Loading
Loading
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