Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Gradle #3409

Merged
merged 1 commit into from
Nov 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Warning ⚠️  
📚 A newer version of com.android.application than 8.5.2 is available: 8.7.2
🛠️ AndroidGradlePluginVersion

by Android Lint 🤖

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"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Warning ⚠️  
📚 A newer version of com.android.tools.build:gradle than 8.5.2 is available: 8.7.2
🛠️ AndroidGradlePluginVersion

by Android Lint 🤖

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"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Warning ⚠️  
📚 A newer version of androidx.webkit:webkit than 1.12.0 is available: 1.12.1
🛠️ GradleDependency

by Android Lint 🤖

workRuntimeKtx = "2.9.1"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Warning ⚠️  
📚 A newer version of androidx.work:work-runtime-ktx than 2.9.1 is available: 2.10.0
🛠️ GradleDependency

by Android Lint 🤖

zxingAndroidEmbedded = "4.3.0"

[libraries]
Expand Down
Loading