Skip to content

Commit 93ca6d0

Browse files
Merge pull request #977 from nextcloud/renovate/com.android.tools.build-gradle-9.x
fix(deps): update dependency com.android.tools.build:gradle to v9.1.1
2 parents 2de83ea + 5e5660e commit 93ca6d0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)