aboutsummaryrefslogtreecommitdiff
path: root/wallet/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'wallet/build.gradle')
-rw-r--r--wallet/build.gradle12
1 files changed, 5 insertions, 7 deletions
diff --git a/wallet/build.gradle b/wallet/build.gradle
index d93d971..729ad30 100644
--- a/wallet/build.gradle
+++ b/wallet/build.gradle
@@ -23,8 +23,8 @@ plugins {
id "de.undercouch.download" version "5.3.0"
}
-def walletCoreVersion = "v0.9.0"
-def walletCoreSha256 = "5a971f4b8faf8dce2cde6d720c7cf75f9233c399a164dcd98fb37a1b3b491c05"
+def walletCoreVersion = "v0.9.1-dev.1"
+def walletCoreSha256 = "dae4f51f87bed27fa2caa081c4cfdaaae04093eb782234dd716227af32b84e84"
static def versionCodeEpoch() {
return (new Date().getTime() / 1000).toInteger()
@@ -126,12 +126,12 @@ dependencies {
// Compose
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.compose.material:material:1.3.1"
+ implementation "androidx.compose.material:material-icons-extended:1.3.1"
implementation "androidx.lifecycle:lifecycle-viewmodel-compose:$lifecycle_version"
- implementation 'com.google.android.material:compose-theme-adapter:1.1.21'
+ implementation 'com.google.android.material:compose-theme-adapter:1.2.1'
// Lists and Selection
implementation "androidx.recyclerview:recyclerview:1.2.1"
@@ -160,8 +160,6 @@ dependencies {
testImplementation "junit:junit:$junit_version"
testImplementation 'org.json:json:20220320'
- androidTestImplementation 'androidx.test:runner:1.4.0'
- androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
}
def walletLibraryDir = "src/main/assets"