Skip to content

Commit

Permalink
Version 2.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
  • Loading branch information
jruesga committed Aug 19, 2017
1 parent bdc3e54 commit bd33b57
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ def libraries = rootProject.ext.libraries;

android {
defaultConfig {
versionCode 1033
versionName "2.5.1"
versionCode 1034
versionName "2.6.0"

applicationId 'com.ruesga.android.wallpapers.photophase'

Expand Down
4 changes: 4 additions & 0 deletions cast/proguard-consumer.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Don't warn OkHttp
-dontwarn javax.annotation.Nullable
-dontwarn javax.annotation.ParametersAreNonnullByDefault
-dontwarn okio.*

0 comments on commit bd33b57

Please sign in to comment.