From 6d78928d32595832e5b0cae0e52c2d4a7d3873a0 Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Tue, 1 Nov 2022 13:51:02 -0300 Subject: [wallet] Upgrade libraries (untested because demo is down again) --- wallet/build.gradle | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'wallet/build.gradle') diff --git a/wallet/build.gradle b/wallet/build.gradle index 56ae636..bbde001 100644 --- a/wallet/build.gradle +++ b/wallet/build.gradle @@ -20,11 +20,11 @@ plugins { id "com.android.application" id "kotlin-android" id "kotlinx-serialization" - id "de.undercouch.download" + id "de.undercouch.download" version "5.3.0" } -def walletCoreVersion = "v0.9.0-dev.29" -def walletCoreSha256 = "ac613a1624d6a29ff06bd9c8ff1febd341fa63fdd1f5365f6296b2c628c40477" +def walletCoreVersion = "v0.9.0-dev.31" +def walletCoreSha256 = "51ada82946e0676d3e9a8e2352728079c8592d7ac31afc04bf83cc475b071877" static def versionCodeEpoch() { return (new Date().getTime() / 1000).toInteger() @@ -39,7 +39,7 @@ def gitCommit = { -> } android { - compileSdkVersion 32 + compileSdkVersion 33 buildToolsVersion "$build_tools_version" defaultConfig { @@ -91,7 +91,7 @@ android { } composeOptions { - kotlinCompilerExtensionVersion "1.3.0" + kotlinCompilerExtensionVersion "1.3.2" } buildFeatures { @@ -125,13 +125,13 @@ dependencies { implementation "androidx.constraintlayout:constraintlayout:$constraintlayout_version" // Compose - implementation 'androidx.activity:activity-compose:1.5.1' + implementation 'androidx.activity:activity-compose:1.6.1' implementation "androidx.compose.material:material:$compose_version" implementation "androidx.compose.animation:animation:$compose_version" implementation "androidx.compose.ui:ui-tooling:$compose_version" implementation "androidx.compose.material:material-icons-extended:$compose_version" implementation "androidx.lifecycle:lifecycle-viewmodel-compose:$lifecycle_version" - implementation 'com.google.android.material:compose-theme-adapter:1.1.16' + implementation 'com.google.android.material:compose-theme-adapter:1.1.21' // Lists and Selection implementation "androidx.recyclerview:recyclerview:1.2.1" -- cgit v1.2.3