Skip to content

Commit 0ca6a80

Browse files
Update target SDK to Android 15
targetSdk: 34 -> 35
1 parent 356fb1d commit 0ca6a80

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ android {
2323
defaultConfig {
2424
applicationId = "com.mateusrodcosta.apps.share2storage"
2525
minSdk = 28
26-
//noinspection OldTargetApi
27-
targetSdk = 34
26+
targetSdk = 35
2827
versionCode = 31
2928
versionName = "1.4.4a"
3029

0 commit comments

Comments
 (0)