]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/build.gradle
more pronounced day/month delimiters in the transaction list
[mobile-ledger.git] / app / build.gradle
index 056bb631ae9d18cb292e87025e29df5d796c1957..71673f6eb8dca03508bc0f12f40580f9893fda37 100644 (file)
@@ -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 53
-        versionName '0.21.4'
+        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 {