File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -10,16 +10,13 @@ android {
1010 targetSdkVersion 24
1111 versionCode 1
1212 versionName VERSION_NAME
13+ consumerProguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.pro'
1314 }
1415 compileOptions {
1516 sourceCompatibility JavaVersion . VERSION_1_7
1617 targetCompatibility JavaVersion . VERSION_1_7
1718 }
1819 buildTypes {
19- release {
20- minifyEnabled false
21- proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.pro'
22- }
2320 }
2421
2522 dataBinding {
Original file line number Diff line number Diff line change 1515#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
1616# public *;
1717#}
18+ -dontwarn android.databinding.**
19+ -dontwarn eu.inloop.viewmodel.binding.**
You can’t perform that action at this time.
0 commit comments