Skip to content

Commit c10b7a4

Browse files
author
Piotr Wittchen
committed
updating build.gradle file for sample apps
1 parent 5a8e267 commit c10b7a4

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

example-greenrobot-bus/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,17 @@ android {
1111
versionCode 1
1212
versionName "1.0"
1313
}
14+
1415
buildTypes {
1516
release {
1617
minifyEnabled false
1718
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
1819
}
1920
}
21+
22+
lintOptions {
23+
abortOnError false
24+
}
2025
}
2126

2227
dependencies {

example/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ android {
1111
versionCode 1
1212
versionName "1.0"
1313
}
14+
1415
buildTypes {
1516
release {
1617
minifyEnabled false

0 commit comments

Comments
 (0)