File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ buildscript {
1616 maven { url = ' https://plugins.gradle.org/m2/' }
1717 }
1818 dependencies {
19- classpath ' com.android.tools.build:gradle:9.1.0 '
19+ classpath ' com.android.tools.build:gradle:9.1.1 '
2020 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
2121 classpath " io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.8"
2222 }
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ android {
4646 namespace = ' com.nextcloud.android.sso'
4747
4848 defaultConfig {
49- minSdk 21
49+ minSdk 23
5050 compileSdk = 36
5151 consumerProguardFiles ' consumer-proguard-rules.pro'
5252 }
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ android {
1212
1313 defaultConfig {
1414 applicationId " com.nextcloud.android.sso.sample"
15- minSdk 22
15+ minSdk 23
1616 targetSdk = 36
1717 compileSdk = 36
1818 versionCode 1
You can’t perform that action at this time.
0 commit comments