Skip to content

Commit

Permalink
Release version 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Teester committed Jan 11, 2018
1 parent 35b3867 commit 052077d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
applicationId 'com.teester.whatsnearby'
minSdkVersion 21
targetSdkVersion 27
versionCode 3
versionName "0.3"
versionCode 4
versionName "0.4"
}
buildTypes {
debug {
Expand Down
3 changes: 2 additions & 1 deletion app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@
# hide the original source file name.
#-renamesourcefileattribute SourceFile

-dontwarn org.xmlpull.v1.**
-dontwarn org.xmlpull.v1.**
-keep class org.xmlpull.v1.** { *; }

0 comments on commit 052077d

Please sign in to comment.