Skip to content

Commit e94b966

Browse files
Update Kotlin Coroutines library and minSDK version
1 parent 6dbc7fa commit e94b966

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ ext {
102102
libaddressinputVersion = '0.0.2'
103103
eventBusVersion = '3.3.1'
104104
googlePlayCoreVersion = '1.10.3'
105-
coroutinesVersion = '1.6.4'
105+
coroutinesVersion = '1.7.3'
106106
lifecycleVersion = '2.6.2'
107107
aztecVersion = 'v1.3.45'
108108
flipperVersion = '0.176.1'

settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ gradle.ext.mediaPickerSourceWordPressBinaryPath = "org.wordpress.mediapicker:sou
6464
gradle.ext {
6565
compileSdkVersion = 34
6666
targetSdkVersion = 33
67-
minSdkVersion = 24
67+
minSdkVersion = 26
6868
}
6969

7070
apply from: './config/gradle/include_builds.gradle'

0 commit comments

Comments
 (0)