musikr: share more versions with app

This commit is contained in:
Alexander Capehart 2024-12-17 15:25:04 -05:00
parent 993060212b
commit 3fbb33e3e4
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47
3 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -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

View file

@ -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"