Showing 1 changed files with 2 additions and 2 deletions
+2 -2
LibreNews-App/build.gradle
... ...
@@ -7,8 +7,8 @@ android {
7 7
         applicationId "app.librenews.io.librenews"
8 8
         minSdkVersion 16
9 9
         targetSdkVersion 26
10
-        versionCode 2
11
-        versionName "1.1"
10
+        versionCode 3
11
+        versionName "1.2"
12 12
         testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
13 13
         vectorDrawables.useSupportLibrary = true
14 14
     }