Skip to content

Commit

Permalink
Update to API 31
Browse files Browse the repository at this point in the history
  • Loading branch information
Mygod committed Aug 8, 2021
1 parent 3d3dd94 commit b9a5cfa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Helpers.kt
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ val Project.currentFlavor get() = gradle.startParameter.taskRequests.toString().
fun Project.setupCommon() {
android.apply {
buildToolsVersion("30.0.3")
compileSdkVersion("android-S")
compileSdkVersion(31)
defaultConfig {
minSdkVersion(23)
targetSdkVersion("S")
targetSdkVersion(31)
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
val javaVersion = JavaVersion.VERSION_1_8
Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ tasks.clean.dependsOn("cargoClean")
dependencies {
val coroutinesVersion = "1.5.1"
val roomVersion = "2.3.0"
val workVersion = "2.7.0-alpha04"
val workVersion = "2.7.0-alpha05"

api(project(":plugin"))
api("androidx.core:core-ktx:1.6.0")
Expand Down

0 comments on commit b9a5cfa

Please sign in to comment.