Skip to content

Commit

Permalink
Bump targetSdk to 35
Browse files Browse the repository at this point in the history
  • Loading branch information
t895 committed Dec 29, 2024
1 parent 3424bfc commit e126e2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<original-package android:name="com.android.alarmclock" />
<original-package android:name="com.android.deskclock" />

<uses-sdk android:minSdkVersion="29" android:targetSdkVersion="29" />
<uses-sdk android:minSdkVersion="35" android:targetSdkVersion="35" />

<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
Expand Down
3 changes: 1 addition & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ android {
versionCode = 10001040 + 1
versionName = "1.0.001"
minSdk = 35
//noinspection ExpiredTargetSdkVersion
targetSdk = 29
targetSdk = 35
}

buildTypes {
Expand Down

0 comments on commit e126e2b

Please sign in to comment.