mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 23:08:07 +01:00
Merge pull request #6757 from BlueWallet/renovate/androidx.work-work-runtime-2.x
Update dependency androidx.work:work-runtime to v2.9.0
This commit is contained in:
commit
9fa8364907
2 changed files with 4 additions and 4 deletions
|
@ -123,7 +123,7 @@ dependencies {
|
|||
implementation fileTree(dir: "libs", include: ["*.jar"])
|
||||
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
|
||||
implementation 'com.google.android.material:material:1.4.0'
|
||||
implementation "androidx.work:work-runtime:2.7.1"
|
||||
implementation "androidx.work:work-runtime:2.9.0"
|
||||
}
|
||||
apply plugin: 'com.google.gms.google-services' // Google Services plugin
|
||||
|
||||
|
|
|
@ -5,8 +5,8 @@ buildscript {
|
|||
minSdkVersion = 24
|
||||
supportLibVersion = "28.0.0"
|
||||
buildToolsVersion = "34.0.0"
|
||||
compileSdkVersion = 33
|
||||
targetSdkVersion = 33
|
||||
compileSdkVersion = 34
|
||||
targetSdkVersion = 34
|
||||
googlePlayServicesVersion = "16.+"
|
||||
googlePlayServicesIidVersion = "16.0.1"
|
||||
firebaseVersion = "17.3.4"
|
||||
|
@ -63,7 +63,7 @@ subprojects {
|
|||
if (project.hasProperty("android")) {
|
||||
android {
|
||||
buildToolsVersion "34.0.0"
|
||||
compileSdkVersion 33
|
||||
compileSdkVersion 34
|
||||
defaultConfig {
|
||||
minSdkVersion 24
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue