X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;ds=sidebyside;f=app%2Fbuild.gradle;h=f3c80b6e8764e913db8830d45262a9f94c3ae9e8;hb=HEAD;hp=58dfbabf22f6ce93b2f03e9206ca537a8d7fceec;hpb=9bbb853e60f140ee0858e50f707485f88603ce11;p=mobile-ledger.git diff --git a/app/build.gradle b/app/build.gradle index 58dfbabf..2d2659e1 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 @@ -18,14 +18,14 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 31 + compileSdkVersion 33 defaultConfig { applicationId "net.ktnx.mobileledger" minSdkVersion 22 - targetSdkVersion 31 + targetSdkVersion 33 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 { @@ -74,17 +75,17 @@ dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'com.google.android.material:material:1.5.0' - implementation 'androidx.constraintlayout:constraintlayout:2.1.3' + implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0' implementation 'androidx.recyclerview:recyclerview:1.2.1' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test:runner:1.5.0-alpha02' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0-alpha05' - implementation 'org.jetbrains:annotations:23.0.0' - implementation 'com.fasterxml.jackson.module:jackson-modules-java8:2.13.2' + implementation 'org.jetbrains:annotations:24.1.0' + implementation 'com.fasterxml.jackson.module:jackson-modules-java8:2.17.1' implementation "androidx.navigation:navigation-fragment:$nav_version" implementation "androidx.navigation:navigation-ui:$nav_version" - implementation 'androidx.appcompat:appcompat:1.6.0-alpha01' + implementation 'androidx.appcompat:appcompat:1.6.1' } allprojects {