add android target and update repo structure
This commit is contained in:
@@ -2,9 +2,26 @@
|
||||
# https://docs.gradle.org/current/userguide/platforms.html#sub::toml-dependencies-format
|
||||
|
||||
[versions]
|
||||
androidxJunit = "1.3.0"
|
||||
appcompat = "1.7.1"
|
||||
constraintlayout = "2.2.1"
|
||||
espressoCore = "3.7.0"
|
||||
guava = "33.3.1-jre"
|
||||
junit = "4.13.2"
|
||||
junitVersion = "4.13.3-SNAPSHOT"
|
||||
material = "1.12.0"
|
||||
ngePlatformAndroid = "0.1.0-SNAPSHOT"
|
||||
navigationFragment = "2.6.0"
|
||||
navigationUi = "2.6.0"
|
||||
|
||||
[libraries]
|
||||
appcompat = { module = "androidx.appcompat:appcompat", version.ref = "appcompat" }
|
||||
constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version.ref = "constraintlayout" }
|
||||
espresso-core = { module = "androidx.test.espresso:espresso-core", version.ref = "espressoCore" }
|
||||
ext-junit = { module = "androidx.test.ext:junit", version.ref = "androidxJunit" }
|
||||
guava = { module = "com.google.guava:guava", version.ref = "guava" }
|
||||
junit = { module = "junit:junit", version.ref = "junit" }
|
||||
junit-v4133snapshot = { module = "junit:junit", version.ref = "junitVersion" }
|
||||
material = { module = "com.google.android.material:material", version.ref = "material" }
|
||||
navigation-fragment = { group = "androidx.navigation", name = "navigation-fragment", version.ref = "navigationFragment" }
|
||||
navigation-ui = { group = "androidx.navigation", name = "navigation-ui", version.ref = "navigationUi" }
|
||||
|
||||
Reference in New Issue
Block a user