update version to 7 (1.7)

This commit is contained in:
tibbi 2016-07-07 11:46:52 +02:00
parent e5b130d462
commit f5a434c3f2
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ android {
applicationId "com.simplemobiletools.calculator"
minSdkVersion 16
targetSdkVersion 23
versionCode 6
versionName "1.6"
versionCode 7
versionName "1.7"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}