mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-17 03:16:27 -04:00
Added manifest file for the dwds module
This commit is contained in:
parent
725a5ccd0b
commit
f49e12d9d7
@ -334,6 +334,7 @@ object Libs {
|
||||
* https://developer.android.com/jetpack/androidx
|
||||
*/
|
||||
const val webkit: String = "androidx.webkit:webkit:" + Versions.webkit
|
||||
const val playcore: String = "com.google.android.play:core:1.10.0"
|
||||
|
||||
/**
|
||||
* https://developer.android.com/testing
|
||||
|
@ -21,7 +21,7 @@ apply(plugin = "com.jakewharton.butterknife")
|
||||
ext {
|
||||
set("versionMajor", 3)
|
||||
set("versionMinor", 7)
|
||||
set("versionPatch", 1)
|
||||
set("versionPatch", 2)
|
||||
}
|
||||
|
||||
/*
|
||||
@ -84,6 +84,7 @@ dependencies {
|
||||
implementation(Libs.objectbox_kotlin)
|
||||
implementation(Libs.objectbox_rxjava)
|
||||
implementation(Libs.webkit)
|
||||
implementation(Libs.playcore)
|
||||
testImplementation(Libs.kotlinx_coroutines_test)
|
||||
implementation(Libs.kotlinx_coroutines_android)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user