mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-05 22:05:11 +00:00
Update versioning
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
514f6d1034
commit
5b750fe5c6
@ -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
|
||||
|
||||
|
@ -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'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user