Skip to content

Commit bdde785

Browse files
sdk35
Signed-off-by: tobiasKaminsky <[email protected]>
1 parent 3304045 commit bdde785

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

core/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ plugins {
1212
}
1313

1414
android {
15-
compileSdk 34
15+
compileSdk 35
1616

1717
defaultConfig {
1818
minSdk 21
19-
targetSdk 34
19+
targetSdk 35
2020

2121
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2222
}

sample/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ plugins {
1212

1313
android {
1414
namespace 'com.nextcloud.android.common.sample'
15-
compileSdk 34
15+
compileSdk 35
1616

1717
defaultConfig {
1818
applicationId "com.nextcloud.android.common.sample"
1919
minSdk 26
20-
targetSdk 34
20+
targetSdk 35
2121
versionCode 1
2222
versionName "1.0"
2323

@@ -53,4 +53,4 @@ dependencies {
5353
testImplementation 'junit:junit:4.13.2'
5454
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
5555
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
56-
}
56+
}

0 commit comments

Comments
 (0)