X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=blobdiff_plain;f=app%2Fbuild.gradle;h=93bc3b868727dbb26560d72a0ca58344bd9934be;hp=f5b092c5b3de3279c969657951dc7e588af96c34;hb=b5d34cc3be0fcacae96b3677838dc2d5995e9d7b;hpb=3ef5a894db348248dfa64130629f80a350eb407a diff --git a/app/build.gradle b/app/build.gradle index f5b092c5..93bc3b86 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,5 +1,5 @@ /* - * Copyright © 2019 Damyan Ivanov. + * Copyright © 2020 Damyan Ivanov. * This file is part of MoLe. * MoLe is free software: you can distribute it and/or modify it * under the term of the GNU General Public License as published by @@ -18,14 +18,14 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 28 + compileSdkVersion 29 defaultConfig { applicationId "net.ktnx.mobileledger" minSdkVersion 22 targetSdkVersion 29 vectorDrawables.useSupportLibrary true - versionCode 33 - versionName '0.13.1' + versionCode 35 + versionName '0.14.1' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes {