Skip to content
This repository has been archived by the owner on Aug 27, 2023. It is now read-only.

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ssaqua committed Jan 4, 2018
1 parent a68a708 commit 710ba45
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
keystore.properties
/app/release

.DS_Store
.idea
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId 'ss.proximityservice'
minSdkVersion 16
targetSdkVersion 27
versionCode 4
versionName '1.2'
versionCode 5
versionName '2.0.0'
}

if (rootProject.file('keystore.properties').exists()) {
Expand Down
1 change: 1 addition & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
# public *;
#}
-dontwarn com.google.errorprone.annotations.*

0 comments on commit 710ba45

Please sign in to comment.