Skip to content

Commit d6b1c88

Browse files
Merge pull request #2579 from nextcloud/api-level-35
Upgrade The SDK Version to 35
2 parents b1e1ef9 + 801a72d commit d6b1c88

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)