Skip to content

Commit

Permalink
update gradle (#3409)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesSmartCell authored Nov 28, 2024
1 parent 52d1b00 commit 23a043a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ android {
defaultConfig {
applicationId "io.stormbird.wallet"
minSdk 24
targetSdk 34
versionCode 270
versionName "3.85"
targetSdk 35
versionCode 271
versionName "3.86"

android.buildFeatures.buildConfig true

Expand Down
26 changes: 13 additions & 13 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
agp = "8.5.0"
agp = "8.5.2"
android_lint_reporter = "2.1.0"
walletConnectBom = "1.35.1"
walletConnectBom = "1.35.2"
appUpdate = "2.1.0"
bcprovJdk15onVersion = "1.70"
bcprovJdk18onVersion = "1.77"
Expand All @@ -17,9 +17,9 @@ firebaseMessaging = "23.4.1"
flexboxLayout = "2.0.1"
glide = "4.16.0"
googleServices = "4.4.2"
gradle = "8.5.0"
gradle = "8.5.2"
gridlayout = "1.0.0"
gson = "2.10.1"
gson = "2.11.0"
guava = "31.1-android"
hiltAndroidGradlePlugin = "2.48"
jacocoAndroid = "0.1.5"
Expand All @@ -33,26 +33,26 @@ kotlinGradlePlugin = "1.8.0"
kotson = "2.5.0"
mailchimpSdkAndroid = "1.0.0"
material = "1.12.0"
constraintlayout = "2.1.4"
lifecycleLivedataKtx = "2.8.3"
lifecycleViewmodelKtx = "2.8.3"
constraintlayout = "2.2.0"
lifecycleLivedataKtx = "2.8.7"
lifecycleViewmodelKtx = "2.8.8"
mixpanelAndroid = "5.8.4"
navigationFragment = "2.7.7"
navigationUi = "2.7.7"
navigationFragment = "2.8.4"
navigationUi = "2.8.4"
okhttp = "4.12.0"
preferenceKtx = "1.2.1"
realmGradlePlugin = "10.18.0"
realmGradlePlugin = "10.19.0"
recyclerview = "1.3.2"
review = "2.0.1"
review = "2.0.2"
rxjava = "2.2.21"
rxandroid = "2.1.1"
slf4jApi = "2.0.9"
springBootGradlePlugin = "2.2.2.RELEASE"
timber = "5.0.1"
vectordrawable = "1.2.0"
walletCore = "3.2.18"
webkit = "1.11.0"
workRuntimeKtx = "2.9.0"
webkit = "1.12.0"
workRuntimeKtx = "2.9.1"
zxingAndroidEmbedded = "4.3.0"

[libraries]
Expand Down

0 comments on commit 23a043a

Please sign in to comment.