We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dbc7fa commit e94b966Copy full SHA for e94b966
build.gradle
@@ -102,7 +102,7 @@ ext {
102
libaddressinputVersion = '0.0.2'
103
eventBusVersion = '3.3.1'
104
googlePlayCoreVersion = '1.10.3'
105
- coroutinesVersion = '1.6.4'
+ coroutinesVersion = '1.7.3'
106
lifecycleVersion = '2.6.2'
107
aztecVersion = 'v1.3.45'
108
flipperVersion = '0.176.1'
settings.gradle
@@ -64,7 +64,7 @@ gradle.ext.mediaPickerSourceWordPressBinaryPath = "org.wordpress.mediapicker:sou
64
gradle.ext {
65
compileSdkVersion = 34
66
targetSdkVersion = 33
67
- minSdkVersion = 24
+ minSdkVersion = 26
68
}
69
70
apply from: './config/gradle/include_builds.gradle'
0 commit comments