mirror of
https://github.com/kiwix/java-libkiwix.git
synced 2025-08-03 02:56:06 -04:00
Upgraded nexus-plugin to 2.0.0
.
* Changed the minimum SDK version to 24.
This commit is contained in:
parent
21b5288cfd
commit
e4971c670e
@ -8,7 +8,7 @@ buildscript {
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:8.1.3'
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.20"
|
||||
classpath 'io.github.gradle-nexus:publish-plugin:1.1.0'
|
||||
classpath 'io.github.gradle-nexus:publish-plugin:2.0.0'
|
||||
classpath 'de.undercouch:gradle-download-task:5.3.0'
|
||||
// NOTE: Do not place your application dependencies here; they belong
|
||||
// in the individual module build.gradle.kts files
|
||||
|
@ -32,7 +32,7 @@ android {
|
||||
namespace = "kiwix.org.kiwixlib"
|
||||
defaultConfig {
|
||||
|
||||
minSdk 25
|
||||
minSdk 24
|
||||
targetSdk 34
|
||||
versionCode 1
|
||||
versionName "1.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user