File tree Expand file tree Collapse file tree 3 files changed +9
-10
lines changed
Expand file tree Collapse file tree 3 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,10 @@ plugins {
1212}
1313
1414android {
15- compileSdk 35
16-
1715 defaultConfig {
18- minSdk 21
19- targetSdk 35
16+ minSdk = 21
17+ compileSdk = 36
18+ targetSdk = 36
2019
2120 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
2221 }
Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ plugins {
1212
1313android {
1414 namespace ' com.nextcloud.android.common.sample'
15- compileSdk 35
1615
1716 defaultConfig {
1817 applicationId " com.nextcloud.android.common.sample"
19- minSdk 26
20- targetSdk 35
18+ minSdk = 26
19+ compileSdk = 36
20+ targetSdk = 36
2121 versionCode 1
2222 versionName " 1.0"
2323
Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ plugins {
1515
1616android {
1717 defaultConfig {
18- compileSdk 35
19- minSdk 21
20- targetSdk 35
18+ minSdk = 21
19+ compileSdk = 36
20+ targetSdk = 36
2121
2222 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
2323 }
You can’t perform that action at this time.
0 commit comments