musikr: share more versions with app
This commit is contained in:
parent
993060212b
commit
3fbb33e3e4
3 changed files with 3 additions and 2 deletions
|
@ -83,7 +83,7 @@ dependencies {
|
||||||
// --- SUPPORT ---
|
// --- SUPPORT ---
|
||||||
|
|
||||||
// General
|
// General
|
||||||
implementation "androidx.core:core-ktx:1.15.0"
|
implementation "androidx.core:core-ktx:$core_version"
|
||||||
implementation "androidx.appcompat:appcompat:1.7.0"
|
implementation "androidx.appcompat:appcompat:1.7.0"
|
||||||
implementation "androidx.activity:activity-ktx:1.9.3"
|
implementation "androidx.activity:activity-ktx:1.9.3"
|
||||||
// noinspection GradleDependency
|
// noinspection GradleDependency
|
||||||
|
|
|
@ -6,6 +6,7 @@ buildscript {
|
||||||
navigation_version = "2.8.3"
|
navigation_version = "2.8.3"
|
||||||
hilt_version = '2.51.1'
|
hilt_version = '2.51.1'
|
||||||
room_version = '2.6.1'
|
room_version = '2.6.1'
|
||||||
|
core_version = '1.15.0'
|
||||||
|
|
||||||
min_sdk = 24
|
min_sdk = 24
|
||||||
target_sdk = 35
|
target_sdk = 35
|
||||||
|
|
|
@ -63,7 +63,7 @@ dependencies {
|
||||||
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlin_coroutines_version"
|
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlin_coroutines_version"
|
||||||
|
|
||||||
// AndroidX
|
// AndroidX
|
||||||
implementation "androidx.core:core-ktx:1.15.0"
|
implementation "androidx.core:core-ktx:$core_version"
|
||||||
|
|
||||||
// Database
|
// Database
|
||||||
implementation "androidx.room:room-runtime:$room_version"
|
implementation "androidx.room:room-runtime:$room_version"
|
||||||
|
|
Loading…
Reference in a new issue