Browse Source

Update versioning

Signed-off-by: Mario Danic <mario@lovelyhq.com>
Mario Danic 7 years ago
parent
commit
5b750fe5c6
2 changed files with 3 additions and 10 deletions
  1. 3 8
      app/build.gradle
  2. 0 2
      build.gradle

+ 3 - 8
app/build.gradle

@@ -1,14 +1,6 @@
 apply plugin: 'com.android.application'
 apply plugin: 'kotlin-android'
-apply plugin: 'eu.davidea.grabver'
 
-versioning {
-    major 0
-    minor 1
-    //preRelease "rc1"
-}
-
-version = versioning.name
 
 android {
     compileSdkVersion 27
@@ -20,6 +12,9 @@ android {
         targetSdkVersion 27
         testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
 
+        versionCode 1
+        versionName "0.1.0"
+
         // Enabling multidex support.
         multiDexEnabled true
 

+ 0 - 2
build.gradle

@@ -9,11 +9,9 @@ buildscript {
     repositories {
         google()
         jcenter()
-        maven { url "http://dl.bintray.com/davideas/maven" }
     }
     dependencies {
         classpath 'com.android.tools.build:gradle:3.0.1'
-        classpath 'eu.davidea:grabver:0.6.0'
         classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlinVersion}"
         classpath 'com.google.gms:google-services:3.1.0'