~singpolyma/cheogram-android

5ddf20232a2cda936405f51f4a3598087f67d973 — Stephen Paul Weber 1 year, 2 months ago 0fd2029
Version from git
1 files changed, 6 insertions(+), 2 deletions(-)

M build.gradle
M build.gradle => build.gradle +6 -2
@@ 10,6 10,10 @@ buildscript {
    }
}

plugins {
    id 'org.ajoberstar.grgit' version '4.1.1'
}

apply plugin: 'com.android.application'

repositories {


@@ 108,8 112,8 @@ android {
    defaultConfig {
        minSdkVersion 24
        targetSdkVersion 29
        versionCode 42024
        versionName "2.10.3-beta"
        versionCode 42024 + grgit.tag.list().size()
        versionName grgit.describe(tags: true, always: true)
        archivesBaseName += "-$versionName"
        applicationId "eu.siacs.conversations"
        resValue "string", "applicationId", applicationId