Browse Source

v0.0.8

develop
Robin Thoni 6 years ago
parent
commit
8f78879b2f
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      app/build.gradle

+ 2
- 2
app/build.gradle View File

23
         applicationId "com.rthoni.camotion"
23
         applicationId "com.rthoni.camotion"
24
         minSdkVersion 14
24
         minSdkVersion 14
25
         targetSdkVersion 25
25
         targetSdkVersion 25
26
-        versionCode 3
27
-        versionName "0.0.7"
26
+        versionCode 4
27
+        versionName "0.0.8"
28
     }
28
     }
29
     buildTypes {
29
     buildTypes {
30
         release {
30
         release {

Loading…
Cancel
Save