mirror of
https://github.com/rafaelvcaetano/melonDS-android.git
synced 2024-11-26 23:20:40 +00:00
Update libraries
This commit is contained in:
parent
a0c2172353
commit
d09b46f536
@ -62,7 +62,7 @@ android {
|
||||
}
|
||||
}
|
||||
composeOptions {
|
||||
kotlinCompilerExtensionVersion = "1.3.0"
|
||||
kotlinCompilerExtensionVersion = "1.3.2"
|
||||
}
|
||||
|
||||
flavorDimensions.add("version")
|
||||
@ -119,7 +119,6 @@ dependencies {
|
||||
implementation(documentFile)
|
||||
implementation(fragment)
|
||||
implementation(hiltWork)
|
||||
implementation(lifecycleExtensions)
|
||||
implementation(lifecycleViewModel)
|
||||
implementation(preference)
|
||||
implementation(recyclerView)
|
||||
|
@ -1,33 +1,32 @@
|
||||
object Dependencies {
|
||||
object Versions {
|
||||
const val Activity = "1.5.1"
|
||||
const val AppCompat = "1.5.0"
|
||||
const val Activity = "1.6.0"
|
||||
const val AppCompat = "1.5.1"
|
||||
const val CardView = "1.0.0"
|
||||
const val CommonsCompress = "1.21"
|
||||
const val Compose = "1.2.1"
|
||||
const val ConstraintLayout = "2.1.4"
|
||||
const val Core = "1.8.0"
|
||||
const val Core = "1.9.0"
|
||||
const val Desugar = "1.1.5"
|
||||
const val DocumentFile = "1.0.1"
|
||||
const val Flexbox = "3.0.0"
|
||||
const val Fragment = "1.5.2"
|
||||
const val Fragment = "1.5.3"
|
||||
const val Gradle = "7.2.2"
|
||||
const val Gson = "2.8.6"
|
||||
const val HiltX = "1.0.0"
|
||||
const val Hilt = "2.42"
|
||||
const val Junit = "4.12"
|
||||
const val Kotlin = "1.7.10"
|
||||
const val Kotlin = "1.7.20"
|
||||
const val KotlinxCoroutinesRx = "1.6.4"
|
||||
const val LifecycleExtensions = "2.2.0"
|
||||
const val LifecycleViewModel = "2.5.1"
|
||||
const val Material = "1.4.0"
|
||||
const val Material = "1.7.0"
|
||||
const val Picasso = "2.71828"
|
||||
const val Preference = "1.2.0"
|
||||
const val RecyclerView = "1.2.1"
|
||||
const val Room = "2.4.3"
|
||||
const val RxAndroid = "2.1.1"
|
||||
const val RxJava = "2.2.10"
|
||||
const val Splashscreen = "1.0.0-beta01"
|
||||
const val Splashscreen = "1.0.0"
|
||||
const val SwipeRefreshLayout = "1.1.0"
|
||||
const val Work = "2.7.1"
|
||||
const val Markwon = "4.6.2"
|
||||
@ -59,7 +58,6 @@ object Dependencies {
|
||||
const val documentFile = "androidx.documentfile:documentfile:${Versions.DocumentFile}"
|
||||
const val fragment = "androidx.fragment:fragment-ktx:${Versions.Fragment}"
|
||||
const val hiltWork = "androidx.hilt:hilt-work:${Versions.HiltX}"
|
||||
const val lifecycleExtensions = "androidx.lifecycle:lifecycle-extensions:${Versions.LifecycleExtensions}"
|
||||
const val lifecycleViewModel = "androidx.lifecycle:lifecycle-viewmodel-ktx:${Versions.LifecycleViewModel}"
|
||||
const val preference = "androidx.preference:preference-ktx:${Versions.Preference}"
|
||||
const val recyclerView = "androidx.recyclerview:recyclerview:${Versions.RecyclerView}"
|
||||
|
Loading…
Reference in New Issue
Block a user