0
0
Fork 0
mirror of https://github.com/YTVanced/VancedManager synced 2024-12-03 00:07:25 +00:00

updated deps

This commit is contained in:
X1nto 2021-07-12 18:04:43 +04:00
parent 0a50882412
commit 0468882c1c
3 changed files with 8 additions and 8 deletions

View file

@ -85,9 +85,9 @@ val languages: String get() {
dependencies { dependencies {
implementation(kotlin("reflect")) implementation(kotlin("reflect"))
implementation("androidx.core:core-ktx:1.5.0") implementation("androidx.core:core-ktx:1.6.0")
implementation("androidx.appcompat:appcompat:1.3.0") implementation("androidx.appcompat:appcompat:1.3.0")
implementation("com.google.android.material:material:1.3.0") implementation("com.google.android.material:material:1.4.0")
implementation("androidx.browser:browser:1.3.0") implementation("androidx.browser:browser:1.3.0")
implementation("androidx.compose.compiler:compiler:$composeVersion") implementation("androidx.compose.compiler:compiler:$composeVersion")
@ -103,9 +103,9 @@ dependencies {
implementation("androidx.preference:preference-ktx:1.1.1") implementation("androidx.preference:preference-ktx:1.1.1")
implementation("androidx.activity:activity-compose:1.3.0-beta02") implementation("androidx.activity:activity-compose:1.3.0-rc01")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.4.0-alpha02") implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.4.0-alpha02")
implementation("androidx.navigation:navigation-compose:2.4.0-alpha03") implementation("androidx.navigation:navigation-compose:2.4.0-alpha04")
implementation("com.google.accompanist:accompanist-glide:$accompanistVersion") implementation("com.google.accompanist:accompanist-glide:$accompanistVersion")
implementation("com.google.accompanist:accompanist-swiperefresh:$accompanistVersion") implementation("com.google.accompanist:accompanist-swiperefresh:$accompanistVersion")
@ -123,6 +123,6 @@ dependencies {
implementation("com.github.x1nto:apkhelper:1.1.2") implementation("com.github.x1nto:apkhelper:1.1.2")
testImplementation("junit:junit:4.13.2") testImplementation("junit:junit:4.13.2")
androidTestImplementation("androidx.test.ext:junit:1.1.2") androidTestImplementation("androidx.test.ext:junit:1.1.3")
androidTestImplementation("androidx.test.espresso:espresso-core:3.3.0") androidTestImplementation("androidx.test.espresso:espresso-core:3.4.0")
} }

View file

@ -5,7 +5,7 @@ buildscript {
} }
dependencies { dependencies {
classpath("com.android.tools.build:gradle:7.0.0-beta04") classpath("com.android.tools.build:gradle:7.0.0-beta05")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:${Config.kotlinVersion}") classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:${Config.kotlinVersion}")
} }
} }

View file

@ -1,7 +1,7 @@
object Dependencies { object Dependencies {
const val accompanistVersion = "0.12.0" const val accompanistVersion = "0.12.0"
const val composeVersion = "1.0.0-beta09" const val composeVersion = "1.0.0-rc01"
const val koinVersion = "3.1.0" const val koinVersion = "3.1.0"
const val retrofitVersion = "2.9.0" const val retrofitVersion = "2.9.0"
const val orchestraVersion = "1.0.7" const val orchestraVersion = "1.0.7"