Browse Source

Updated Version to 1.2.1

pull/24/head
Apostolos Fanakis 8 years ago
parent
commit
8d84689669
  1. 2
      VERSION
  2. 4
      app/build.gradle

2
VERSION

@ -1 +1 @@
1.2.0 1.2.1

4
app/build.gradle

@ -9,8 +9,8 @@ android {
applicationId "gr.thmmy.mthmmy" applicationId "gr.thmmy.mthmmy"
minSdkVersion 19 minSdkVersion 19
targetSdkVersion 25 targetSdkVersion 25
versionCode 6 versionCode 7
versionName "1.2.0" versionName "1.2.1"
archivesBaseName = "mTHMMY-v$versionName" archivesBaseName = "mTHMMY-v$versionName"
} }

Loading…
Cancel
Save