Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
daimajia committed Feb 23, 2017
1 parent 79ec89d commit 45dbcac
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,6 @@ build/

#gradle
.gradle/

#vscode
.vscode/
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ android:
- extra
- extra-android-m2repository
script:
- ./gradlew assembleDebug
- ./gradlew clean assembleDebug
- ./gradlew clean assembleRelease
4 changes: 2 additions & 2 deletions demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
minifyEnabled true
consumerProguardFiles 'proguard-rules.pro'
}
}
}
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions library/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
# public *;
#}
-keep class com.daimajia.numberprogressbar.** { ; }
-keep interface com.daimajia.numberprogressbar.* { *; }
-keep class com.daimajia.numberprogressbar.** { *; }
-keep interface com.daimajia.numberprogressbar.** { *; }

0 comments on commit 45dbcac

Please sign in to comment.