Skip to content

Commit d99740b

Browse files
authored
Merge pull request #5628 from nextcloud/bumpToAndroid16
bump compileSdkVersion and targetSdkVersion to Android 16 (api level 36)
2 parents dd40fca + 667c37a commit d99740b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ apply plugin: "org.jlleitschuh.gradle.ktlint"
2929
apply plugin: 'kotlinx-serialization'
3030

3131
android {
32-
compileSdkVersion 35
32+
compileSdkVersion 36
3333

3434
namespace = 'com.nextcloud.talk'
3535

3636
defaultConfig {
3737
minSdkVersion 26
38-
targetSdkVersion 35
38+
targetSdkVersion 36
3939
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
4040

4141
// mayor.minor.hotfix.increment (for increment: 01-50=Alpha / 51-89=RC / 90-99=stable)

0 commit comments

Comments
 (0)