Skip to content

Commit

Permalink
chore: update AndroidConfiguration.kt
Browse files Browse the repository at this point in the history
Bump target and compile SDK to 35
  • Loading branch information
wax911 authored Nov 7, 2024
1 parent 27a21ba commit 69aa842
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ private fun Project.configureLint() = libraryExtension().run {
}

internal fun Project.configureAndroid(): Unit = baseExtension().run {
compileSdkVersion(34)
compileSdkVersion(35)
defaultConfig {
minSdk = 23
targetSdk = 34
targetSdk = 35
versionCode = props[PropertyTypes.CODE].toInt()
versionName = props[PropertyTypes.VERSION]
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit 69aa842

Please sign in to comment.