Skip to content

Commit aae3fa3

Browse files
committed
Fix ProGuard issue
Closes Chainfire#1 This fix worked for the same issue in a different project, not sure why the issue shows up only for some projects, and even only for some people cloning the same git.
1 parent 7c2da99 commit aae3fa3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

librootjava_example/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ android {
1515
buildTypes {
1616
release {
1717
minifyEnabled true
18+
useProguard true
1819
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
1920
}
2021
}

librootjavadaemon_example/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ android {
1515
buildTypes {
1616
release {
1717
minifyEnabled true
18+
useProguard true
1819
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
1920
}
2021
}

0 commit comments

Comments
 (0)