summaryrefslogtreecommitdiff
path: root/wallet/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'wallet/build.gradle')
-rw-r--r--wallet/build.gradle14
1 files changed, 7 insertions, 7 deletions
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"