Skip to content

Commit

Permalink
Add consumer proguard rules for javaxextras
Browse files Browse the repository at this point in the history
Resolves #112
  • Loading branch information
ZacSweers committed Oct 19, 2017
1 parent 551b481 commit 4b2e28b
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ android {
defaultConfig {
minSdkVersion deps.build.minSdkVersion
targetSdkVersion deps.build.targetSdkVersion
consumerProguardFiles 'consumer-proguard-rules.txt'
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
compileOptions {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-dontwarn com.uber.javaxextras.**
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ android {
defaultConfig {
minSdkVersion deps.build.minSdkVersion
targetSdkVersion deps.build.targetSdkVersion
consumerProguardFiles 'consumer-proguard-rules.txt'
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
compileOptions {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-dontwarn com.uber.javaxextras.**
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ android {
defaultConfig {
minSdkVersion deps.build.minSdkVersion
targetSdkVersion deps.build.targetSdkVersion
consumerProguardFiles 'consumer-proguard-rules.txt'
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-dontwarn com.uber.javaxextras.**
1 change: 1 addition & 0 deletions android/autodispose-android-archcomponents/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ android {
defaultConfig {
minSdkVersion deps.build.minSdkVersion
targetSdkVersion deps.build.targetSdkVersion
consumerProguardFiles 'consumer-proguard-rules.txt'
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
compileOptions {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-dontwarn com.uber.javaxextras.**
1 change: 1 addition & 0 deletions android/autodispose-android-kotlin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ android {
defaultConfig {
minSdkVersion deps.build.minSdkVersion
targetSdkVersion deps.build.targetSdkVersion
consumerProguardFiles 'consumer-proguard-rules.txt'
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
compileOptions {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-dontwarn com.uber.javaxextras.**
1 change: 1 addition & 0 deletions android/autodispose-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ android {
defaultConfig {
minSdkVersion deps.build.minSdkVersion
targetSdkVersion deps.build.targetSdkVersion
consumerProguardFiles 'consumer-proguard-rules.txt'
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
compileOptions {
Expand Down
1 change: 1 addition & 0 deletions android/autodispose-android/consumer-proguard-rules.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-dontwarn com.uber.javaxextras.**

0 comments on commit 4b2e28b

Please sign in to comment.