Skip to content

Commit

Permalink
Update to targetSdk 35
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvanyo committed Jan 3, 2025
1 parent 421e613 commit 79926d6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ android {
defaultConfig {
applicationId = "com.alexvanyo.composelife"
minSdk = 21
targetSdk = 34
targetSdk = 35
versionCode = 1
versionName = "1.0"
}
Expand Down
2 changes: 1 addition & 1 deletion app/release-badging.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package: name='com.alexvanyo.composelife' versionCode='1' versionName='1.0' platformBuildVersionName='15' platformBuildVersionCode='35' compileSdkVersion='35' compileSdkVersionCodename='15'
sdkVersion:'21'
targetSdkVersion:'34'
targetSdkVersion:'35'
uses-permission: name='com.alexvanyo.composelife.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION'
application-label:'ComposeLife'
application-label-af:'ComposeLife'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ class AndroidLibraryConventionPlugin : ConventionPlugin({
extensions.configure<LibraryExtension> {
configureAndroid(this)

testOptions.targetSdk = 34
lint.targetSdk = 34
testOptions.targetSdk = 35
lint.targetSdk = 35
defaultConfig {
consumerProguardFiles("consumer-rules.pro")
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class AndroidTestConventionPlugin : ConventionPlugin({

defaultConfig {
minSdk = 23
targetSdk = 31
targetSdk = 35
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down

0 comments on commit 79926d6

Please sign in to comment.