update version to 3.1.0

This commit is contained in:
tibbi 2018-01-16 19:18:56 +01:00
parent 6d5637da70
commit 9ca984a88e
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ android {
applicationId "com.simplemobiletools.calculator"
minSdkVersion 16
targetSdkVersion 27
versionCode 15
versionName "3.0.1"
versionCode 16
versionName "3.1.0"
setProperty("archivesBaseName", "calculator")
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"