Skip to content

Commit 801a72d

Browse files
committed
Increase targetSdk to 35
Signed-off-by: alperozturk <[email protected]>
1 parent 2c3a278 commit 801a72d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ apply plugin: 'com.android.application'
1111
apply plugin: 'org.jetbrains.kotlin.android'
1212

1313
android {
14-
compileSdk 34
14+
compileSdk 35
1515
namespace 'it.niedermann.owncloud.notes'
1616

1717
defaultConfig {
1818
applicationId "it.niedermann.owncloud.notes"
1919
minSdk 24
20-
targetSdk 34
20+
targetSdk 35
2121
versionCode 40040000
2222
versionName "4.4.0 Alpha1"
2323
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

0 commit comments

Comments
 (0)