]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/build.gradle
upgrade navigation library version
[mobile-ledger.git] / app / build.gradle
index f5b092c5b3de3279c969657951dc7e588af96c34..1619c9e3a85da760d9746c5bccc962a2237ecc44 100644 (file)
@@ -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
 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 {
@@ -50,7 +50,7 @@ android {
 }
 
 dependencies {
-    def nav_version = '2.3.0-beta01'
+    def nav_version = '2.3.0'
     implementation fileTree(include: ['*.jar'], dir: 'libs')
     implementation 'androidx.legacy:legacy-support-v4:1.0.0'
     implementation 'com.google.android.material:material:1.3.0-alpha01'