We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd40fca + 667c37a commit d99740bCopy full SHA for d99740b
1 file changed
app/build.gradle
@@ -29,13 +29,13 @@ apply plugin: "org.jlleitschuh.gradle.ktlint"
29
apply plugin: 'kotlinx-serialization'
30
31
android {
32
- compileSdkVersion 35
+ compileSdkVersion 36
33
34
namespace = 'com.nextcloud.talk'
35
36
defaultConfig {
37
minSdkVersion 26
38
- targetSdkVersion 35
+ targetSdkVersion 36
39
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
40
41
// mayor.minor.hotfix.increment (for increment: 01-50=Alpha / 51-89=RC / 90-99=stable)
0 commit comments