mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 10:46:53 -04:00
#2159 moved dependency string to libs
This commit is contained in:
parent
8b1d6ba0f0
commit
8021f99777
@ -6,9 +6,7 @@ buildscript {
|
|||||||
dependencies {
|
dependencies {
|
||||||
classpath(Libs.com_android_tools_build_gradle)
|
classpath(Libs.com_android_tools_build_gradle)
|
||||||
classpath(Libs.kotlin_gradle_plugin)
|
classpath(Libs.kotlin_gradle_plugin)
|
||||||
|
classpath(Libs.navigation_kotlin_safeargs)
|
||||||
val navVersion = "2.3.0-rc01"
|
|
||||||
classpath("androidx.navigation:navigation-safe-args-gradle-plugin:$navVersion")
|
|
||||||
|
|
||||||
// NOTE: Do not place your application dependencies here; they belong
|
// NOTE: Do not place your application dependencies here; they belong
|
||||||
// in the individual module build.gradle files
|
// in the individual module build.gradle files
|
||||||
|
@ -15,6 +15,8 @@ object Libs {
|
|||||||
"androidx.navigation:navigation-ui-ktx:${Versions.navigation}"
|
"androidx.navigation:navigation-ui-ktx:${Versions.navigation}"
|
||||||
const val navigation_kotlin_testing: String =
|
const val navigation_kotlin_testing: String =
|
||||||
"androidx.navigation:navigation-testing:${Versions.navigation}"
|
"androidx.navigation:navigation-testing:${Versions.navigation}"
|
||||||
|
const val navigation_kotlin_safeargs: String =
|
||||||
|
"androidx.navigation:navigation-safe-args-gradle-plugin:${Versions.navigation}"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* https://developer.android.com/testing
|
* https://developer.android.com/testing
|
||||||
|
Loading…
x
Reference in New Issue
Block a user