Upstream changes (#23)
This commit is contained in:
@@ -0,0 +1,103 @@
|
||||
[versions]
|
||||
agp = "8.5.0"
|
||||
converterMoshi = "2.11.0"
|
||||
eithernet = "1.9.0"
|
||||
haze = "0.7.2"
|
||||
kotlin = "2.0.0"
|
||||
ksp = "2.0.0-1.0.22"
|
||||
|
||||
accompanist = "0.34.0"
|
||||
coil = "2.6.0"
|
||||
compose-bom = "2024.06.00"
|
||||
coroutines = "1.9.0-RC"
|
||||
junit = "4.13.2"
|
||||
chucker = "4.0.0"
|
||||
guava = "33.2.1-jre"
|
||||
lifecycle = "2.8.3"
|
||||
core-ktx = "1.13.1"
|
||||
koin = "3.5.6"
|
||||
material = "1.12.0"
|
||||
loggingInterceptor = "5.0.0-alpha.14"
|
||||
moshi = "1.15.1"
|
||||
retrofit = "2.11.0"
|
||||
room = "2.6.1"
|
||||
preference-ktx = "1.2.1"
|
||||
nanokt = "1.2.0"
|
||||
junitVersion = "1.2.1"
|
||||
espressoCore = "3.6.1"
|
||||
appcompat = "1.7.0"
|
||||
androidx-navigation = "2.8.0-beta04"
|
||||
serialization = "1.7.1"
|
||||
|
||||
[libraries]
|
||||
accompanist-permissions = { module = "com.google.accompanist:accompanist-permissions", version.ref = "accompanist" }
|
||||
coil = { module = "io.coil-kt:coil", version.ref = "coil" }
|
||||
coil-compose = { module = "io.coil-kt:coil-compose", version.ref = "coil" }
|
||||
converter-moshi = { module = "com.squareup.retrofit2:converter-moshi", version.ref = "converterMoshi" }
|
||||
compose-bom = { module = "androidx.compose:compose-bom", version.ref = "compose-bom" }
|
||||
compose-material3 = { module = "androidx.compose.material3:material3" }
|
||||
compose-ui = { module = "androidx.compose.ui:ui" }
|
||||
compose-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview" }
|
||||
compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling" }
|
||||
compose-material3-windowsize = { module = "androidx.compose.material3:material3-window-size-class" }
|
||||
compose-activity = { module = "androidx.activity:activity-compose" }
|
||||
compose-lifecycle-viewmodel = { module = "androidx.lifecycle:lifecycle-viewmodel-compose" }
|
||||
compose-lifecycle-runtime = { module = "androidx.lifecycle:lifecycle-runtime-compose" }
|
||||
compose-runtime-saveable = { module = "androidx.compose.runtime:runtime-saveable" }
|
||||
compose-ui-test-junit4 = { module = "androidx.compose.ui:ui-test-junit4" }
|
||||
compose-ui-test-manifest = { module = "androidx.compose.ui:ui-test-manifest" }
|
||||
eithernet = { module = "com.slack.eithernet:eithernet", version.ref = "eithernet" }
|
||||
eithernet-retrofit-integration = { module = "com.slack.eithernet:eithernet-integration-retrofit", version.ref = "eithernet" }
|
||||
haze = { module = "dev.chrisbanes.haze:haze", version.ref = "haze" }
|
||||
haze-materials = { module = "dev.chrisbanes.haze:haze-materials", version.ref = "haze" }
|
||||
junit = { module = "junit:junit", version.ref = "junit" }
|
||||
chucker = { module = "com.github.chuckerteam.chucker:library", version.ref = "chucker" }
|
||||
guava = { module = "com.google.guava:guava", version.ref = "guava" }
|
||||
kotlinx-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "coroutines" }
|
||||
kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutines" }
|
||||
lifecycle-runtime-ktx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "lifecycle" }
|
||||
lifecycle-viewmodel-ktx = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "lifecycle" }
|
||||
core-ktx = { module = "androidx.core:core-ktx", version.ref = "core-ktx" }
|
||||
koin-androidx-compose = { module = "io.insert-koin:koin-androidx-compose", version.ref = "koin" }
|
||||
koin-androidx-compose-navigation = { module = "io.insert-koin:koin-androidx-compose-navigation", version.ref = "koin" }
|
||||
koin-android = { module = "io.insert-koin:koin-android", version.ref = "koin" }
|
||||
material = { module = "com.google.android.material:material", version.ref = "material" }
|
||||
logging-interceptor = { module = "com.squareup.okhttp3:logging-interceptor", version.ref = "loggingInterceptor" }
|
||||
moshi-kotlin-codegen = { module = "com.squareup.moshi:moshi-kotlin-codegen", version.ref = "moshi" }
|
||||
moshi-kotlin = { module = "com.squareup.moshi:moshi-kotlin", version.ref = "moshi" }
|
||||
retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
|
||||
|
||||
room-compiler = { module = "androidx.room:room-compiler", version.ref = "room" }
|
||||
room-runtime = { module = "androidx.room:room-runtime", version.ref = "room" }
|
||||
room-ktx = { module = "androidx.room:room-ktx", version.ref = "room" }
|
||||
preference-ktx = { module = "androidx.preference:preference-ktx", version.ref = "preference-ktx" }
|
||||
nanokt = { module = "com.conena.nanokt:nanokt", version.ref = "nanokt" }
|
||||
nanokt-android = { module = "com.conena.nanokt:nanokt-android", version.ref = "nanokt" }
|
||||
nanokt-jvm = { module = "com.conena.nanokt:nanokt-jvm", version.ref = "nanokt" }
|
||||
ext-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
|
||||
espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }
|
||||
appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
|
||||
|
||||
androidx-navigation-compose = { module = "androidx.navigation:navigation-compose", version.ref = "androidx-navigation" }
|
||||
kotlin-serialization = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "serialization" }
|
||||
|
||||
[bundles]
|
||||
compose = [
|
||||
"compose-material3",
|
||||
"compose-material3-windowsize",
|
||||
"compose-ui",
|
||||
"compose-ui-tooling-preview",
|
||||
"compose-activity",
|
||||
"compose-lifecycle-viewmodel",
|
||||
"compose-lifecycle-runtime",
|
||||
"compose-runtime-saveable"
|
||||
]
|
||||
|
||||
[plugins]
|
||||
com-android-application = { id = "com.android.application", version.ref = "agp" }
|
||||
org-jetbrains-kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
||||
kotlin-compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
|
||||
com-google-devtools-ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
|
||||
org-jetbrains-kotlin-plugin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref = "kotlin" }
|
||||
android-library = { id = "com.android.library", version.ref = "agp" }
|
||||
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
|
||||
+2
-2
@@ -1,6 +1,6 @@
|
||||
#Tue Feb 14 16:22:40 MSK 2023
|
||||
#Wed Aug 09 05:41:19 MSK 2023
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
||||
Reference in New Issue
Block a user