mirror of
https://github.com/kiwix/java-libkiwix.git
synced 2025-09-12 08:44:10 -04:00
Merge pull request #63 from kiwix/Issue#62
This commit is contained in:
commit
cad3fb8e94
@ -3,7 +3,7 @@ Libkiwix binding for Java/Kotlin
|
|||||||
|
|
||||||
Library for accessing [libkiwix](https://github.com/kiwix/libkiwix) and [libzim](https://github.com/openzim/libzim/) with Java or Kotlin on Android.
|
Library for accessing [libkiwix](https://github.com/kiwix/libkiwix) and [libzim](https://github.com/openzim/libzim/) with Java or Kotlin on Android.
|
||||||
|
|
||||||
[](https://search.maven.org/artifact/org.kiwix.libkiwix/libkiwix)
|
[](https://search.maven.org/artifact/org.kiwix/libkiwix)
|
||||||
[](https://github.com/kiwix/java-libkiwix/actions?query=workflow%3ACI+branch%3Amain)
|
[](https://github.com/kiwix/java-libkiwix/actions?query=workflow%3ACI+branch%3Amain)
|
||||||
[](https://www.codefactor.io/repository/github/kiwix/java-libkiwix)
|
[](https://www.codefactor.io/repository/github/kiwix/java-libkiwix)
|
||||||
[](https://codecov.io/gh/kiwix/java-libkiwix)
|
[](https://codecov.io/gh/kiwix/java-libkiwix)
|
||||||
|
@ -17,14 +17,14 @@ ext["ossrhPassword"] = properties.getProperty("ossrhPassword", System.getenv('OS
|
|||||||
ext["sonatypeStagingProfileId"] = properties.getProperty("sonatypeStagingProfileId", System.getenv('SONATYPE_STAGING_PROFILE_ID'))
|
ext["sonatypeStagingProfileId"] = properties.getProperty("sonatypeStagingProfileId", System.getenv('SONATYPE_STAGING_PROFILE_ID'))
|
||||||
|
|
||||||
ext {
|
ext {
|
||||||
set("GROUP_ID", "org.kiwix.libkiwix")
|
set("GROUP_ID", "org.kiwix")
|
||||||
set("ARTIFACT_ID", "libkiwix")
|
set("ARTIFACT_ID", "libkiwix")
|
||||||
set("VERSION", "1.0.0")
|
set("VERSION", "1.0.0")
|
||||||
}
|
}
|
||||||
|
|
||||||
// Replace these versions with the latest available versions of libkiwix and libzim
|
// Replace these versions with the latest available versions of libkiwix and libzim
|
||||||
ext.libkiwix_version = "12.0.0"
|
ext.libkiwix_version = "12.1.0"
|
||||||
ext.libzim_version = "8.2.0"
|
ext.libzim_version = "8.2.1"
|
||||||
|
|
||||||
apply from: 'publish.gradle'
|
apply from: 'publish.gradle'
|
||||||
android {
|
android {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user