X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fbuild.gradle;h=7918d0e20b7fd2ae753e3a06a8a3d151dae2e2b0;hb=3128543c0e83c96a4d13b3726fc4af73b5042c89;hp=52592224e3517bde1a0625d7e6ba13d0fbecee1c;hpb=f2e25c0371d25932ef6b225fa0e8a8278d02476e;p=mobile-ledger.git diff --git a/app/build.gradle b/app/build.gradle index 52592224..7918d0e2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Damyan Ivanov. + * Copyright © 2022 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 30 + compileSdkVersion 31 defaultConfig { applicationId "net.ktnx.mobileledger" minSdkVersion 22 - targetSdkVersion 30 + targetSdkVersion 31 vectorDrawables.useSupportLibrary true - versionCode 51 - versionName '0.21.2' + versionCode 52 + versionName '0.21.3' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" javaCompileOptions { annotationProcessorOptions {