Skip to content

Commit e4971c6

Browse files
Upgraded nexus-plugin to 2.0.0.
* Changed the minimum SDK version to 24.
1 parent 21b5288 commit e4971c6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
dependencies {
99
classpath 'com.android.tools.build:gradle:8.1.3'
1010
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.20"
11-
classpath 'io.github.gradle-nexus:publish-plugin:1.1.0'
11+
classpath 'io.github.gradle-nexus:publish-plugin:2.0.0'
1212
classpath 'de.undercouch:gradle-download-task:5.3.0'
1313
// NOTE: Do not place your application dependencies here; they belong
1414
// in the individual module build.gradle.kts files

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ android {
3232
namespace = "kiwix.org.kiwixlib"
3333
defaultConfig {
3434

35-
minSdk 25
35+
minSdk 24
3636
targetSdk 34
3737
versionCode 1
3838
versionName "1.0"

0 commit comments

Comments
 (0)