ver. e1.0.0.b6 #6
1 changed files with 7 additions and 12 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue