X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=blobdiff_plain;f=app%2Fbuild.gradle;h=dfd7f8f0b5c5e03ae56b5919cb22856f3251efbe;hp=58dfbabf22f6ce93b2f03e9206ca537a8d7fceec;hb=HEAD;hpb=9bbb853e60f140ee0858e50f707485f88603ce11 diff --git a/app/build.gradle b/app/build.gradle index 58dfbabf..71673f6e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,5 +1,5 @@ /* - * Copyright © 2022 Damyan Ivanov. + * Copyright © 2023 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 @@ -24,8 +24,8 @@ android { minSdkVersion 22 targetSdkVersion 31 vectorDrawables.useSupportLibrary true - versionCode 51 - versionName '0.21.2' + versionCode 56 + versionName '0.21.7' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" javaCompileOptions { annotationProcessorOptions { @@ -62,6 +62,7 @@ android { } buildFeatures.viewBinding = true buildToolsVersion '30.0.3' + namespace 'net.ktnx.mobileledger' } dependencies {