bump to 82

Fix majore issue with git failing silently
This commit is contained in:
Mohamed
2017-06-15 14:10:32 +02:00
parent 848bc87d3f
commit f24e4c4130

View File

@@ -9,8 +9,8 @@ android {
applicationId "com.zeapo.pwdstore" applicationId "com.zeapo.pwdstore"
minSdkVersion 15 minSdkVersion 15
targetSdkVersion 25 targetSdkVersion 25
versionCode 81 versionCode 82
versionName "1.2.0.61" versionName "1.2.0.62-alpha"
} }
compileOptions { compileOptions {