Skip to content

Commit dce5b8c

Browse files
- update library versions.
1 parent 43c3006 commit dce5b8c

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

app/build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ android {
5252
applicationId "io.stormbird.wallet"
5353
minSdk 24
5454
targetSdk 34
55-
versionCode 272
55+
versionCode 273
5656
versionName "3.87"
5757

5858
android.buildFeatures.buildConfig true
@@ -157,8 +157,8 @@ android {
157157
}
158158
}
159159
compileOptions {
160-
targetCompatibility JavaVersion.VERSION_17
161-
sourceCompatibility JavaVersion.VERSION_17
160+
targetCompatibility JavaVersion.VERSION_21
161+
sourceCompatibility JavaVersion.VERSION_21
162162
}
163163
externalNativeBuild {
164164
cmake {
@@ -259,6 +259,7 @@ dependencies {
259259

260260
// dagger-hilt
261261
implementation libs.hilt.android
262+
implementation libs.annotations
262263
annotationProcessor libs.hilt.compiler
263264

264265
// WebKit - for WebView Dark Mode (NB Can't be upgraded from 1.7.0 until migration to Gradle 8)

gradle/libs.versions.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ junitVersion = "1.1.5"
2929
espressoCore = "3.5.1"
3030
appcompat = "1.7.0"
3131
keyboardvisibilityevent = "3.0.0-RC3"
32-
kotlinGradlePlugin = "1.8.0"
32+
kotlinGradlePlugin = "1.9.20"
3333
kotson = "2.5.0"
3434
mailchimpSdkAndroid = "1.0.0"
3535
material = "1.12.0"
@@ -54,6 +54,7 @@ walletCore = "3.2.18"
5454
webkit = "1.12.0"
5555
workRuntimeKtx = "2.9.1"
5656
zxingAndroidEmbedded = "4.3.0"
57+
annotations = "15.0"
5758

5859
[libraries]
5960
walletConnect-bom = { module = "com.walletconnect:android-bom", version.ref = "walletConnectBom" }
@@ -112,6 +113,7 @@ wallet-core = { module = "com.trustwallet:wallet-core", version.ref = "walletCor
112113
webkit = { module = "androidx.webkit:webkit", version.ref = "webkit" }
113114
work-runtime-ktx = { module = "androidx.work:work-runtime-ktx", version.ref = "workRuntimeKtx" }
114115
zxing-android-embedded = { module = "com.journeyapps:zxing-android-embedded", version.ref = "zxingAndroidEmbedded" }
116+
annotations = { group = "org.jetbrains", name = "annotations", version.ref = "annotations" }
115117

116118
[plugins]
117119
androidApplication = { id = "com.android.application", version.ref = "agp" }

0 commit comments

Comments
 (0)