]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/build.gradle
bump version
[mobile-ledger.git] / app / build.gradle
index 0842e4328131a44ce6762c92fcca26cd2d4f2d04..2fe1c448b3c033131f2b6abf534f5a23940e1a8d 100644 (file)
@@ -23,8 +23,8 @@ android {
         applicationId "net.ktnx.mobileledger"
         minSdkVersion 22
         targetSdkVersion 28
-        versionCode 29
-        versionName '0.10.3'
+        versionCode 31
+        versionName '0.12.0'
         testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
     }
     buildTypes {
@@ -48,6 +48,7 @@ android {
 }
 
 dependencies {
+    def nav_version = '2.1.0-alpha06'
     implementation fileTree(include: ['*.jar'], dir: 'libs')
     implementation 'androidx.appcompat:appcompat:1.1.0-rc01'
     implementation 'androidx.legacy:legacy-support-v4:1.0.0'
@@ -60,4 +61,6 @@ dependencies {
     androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0-alpha01'
     implementation 'org.jetbrains:annotations:15.0'
     implementation 'com.fasterxml.jackson.module:jackson-modules-java8:2.9.8'
+    implementation "androidx.navigation:navigation-fragment:$nav_version"
+    implementation "androidx.navigation:navigation-ui:$nav_version"
 }