X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fbuild.gradle;h=7be32b7c17ad9858ed3883bef401fb6f24c0291a;hb=HEAD;hp=71673f6eb8dca03508bc0f12f40580f9893fda37;hpb=18cc90fd341614bb30a321a7e790ff089828b76e;p=mobile-ledger.git diff --git a/app/build.gradle b/app/build.gradle index 71673f6e..2d2659e1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -18,11 +18,11 @@ 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 56 versionName '0.21.7' @@ -75,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 {