X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fbuild.gradle;h=a485804ffe2287f77c49eaa809d8456f2e6785b5;hb=c72bb299e9e2ef7108d4567d0e705b7cdf9f06ef;hp=07cf3456b35afe3e9df2c94991e0a8de4552167f;hpb=4dd0fcfca16c147321f63be846de279c37bfffda;p=mobile-ledger.git diff --git a/app/build.gradle b/app/build.gradle index 07cf3456..a485804f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 @@ -24,8 +24,8 @@ android { minSdkVersion 22 targetSdkVersion 29 vectorDrawables.useSupportLibrary true - versionCode 33 - versionName '0.13.1' + versionCode 36 + versionName '0.15.0' 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'