diff --git a/app/build.gradle b/app/build.gradle index c145b89..9fd3fbf 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,7 +13,7 @@ android { minSdk 27 targetSdk 33 versionCode 1 - versionName "1.0" + versionName "e1.0.0.b6" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { @@ -50,6 +50,11 @@ android { dependencies { def activity_version = '1.8.0' + def lifecycle_version = "2.6.2" + def arch_version = "2.2.0" + def roomVersion = '2.3.0' + def nav_version = "2.7.4" //Fragment + def fragment_version = "1.6.1" implementation "androidx.activity:activity-ktx:$activity_version" implementation 'androidx.core:core-ktx:1.9.0' @@ -72,16 +77,7 @@ dependencies { implementation 'androidx.navigation:navigation-runtime-ktx:2.7.4' implementation('androidx.constraintlayout:constraintlayout-compose-android:1.1.0-alpha13') - - - def lifecycle_version = "2.6.2" - def arch_version = "2.2.0" - def roomVersion = '2.3.0' - implementation 'androidx.core:core-splashscreen:1.0.1' - - def nav_version = "2.7.4" - implementation "androidx.navigation:navigation-compose:$nav_version" @@ -96,8 +92,7 @@ dependencies { // Lifecycle utilities for Compose implementation "androidx.lifecycle:lifecycle-runtime-compose:$lifecycle_version" - //Fragment - def fragment_version = "1.6.1" + // Kotlin implementation "androidx.fragment:fragment-ktx:$fragment_version"