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.
1 parent 2c3a278 commit 801a72dCopy full SHA for 801a72d
app/build.gradle
@@ -11,13 +11,13 @@ apply plugin: 'com.android.application'
11
apply plugin: 'org.jetbrains.kotlin.android'
12
13
android {
14
- compileSdk 34
+ compileSdk 35
15
namespace 'it.niedermann.owncloud.notes'
16
17
defaultConfig {
18
applicationId "it.niedermann.owncloud.notes"
19
minSdk 24
20
- targetSdk 34
+ targetSdk 35
21
versionCode 40040000
22
versionName "4.4.0 Alpha1"
23
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
0 commit comments