Skip to content

Commit

Permalink
#3 updates gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
nastix123 committed Jul 14, 2024
1 parent 4bdd6b1 commit 47d3085
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
8 changes: 4 additions & 4 deletions android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@ dependencies {
implementation(libs.okhttp3.logging.interceptor)
implementation (libs.converter.gson.v250)

val nav_version = "2.7.7"

implementation("androidx.navigation:navigation-compose:$nav_version")
implementation ("com.google.accompanist:accompanist-navigation-animation:0.28.0")
implementation(libs.androidx.navigation.compose)
implementation(libs.accompanist.navigation.animation)
implementation(libs.androidx.datastore.preferences)
implementation(libs.androidx.datastore.preferences.core)
}


Expand Down
5 changes: 5 additions & 0 deletions android/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
[versions]
accompanistNavigationAnimation = "0.28.0"
agp = "8.5.0"
converterGson = "2.9.0"
converterGsonVersion = "2.5.0"
datastorePreferencesCore = "1.1.1"
hiltAndroid = "2.49"
hiltAndroidCompiler = "2.49"
hiltCompiler = "1.2.0"
Expand All @@ -22,7 +24,10 @@ retrofit = "2.9.0"
workRuntimeKtx = "2.9.0"

[libraries]
accompanist-navigation-animation = { module = "com.google.accompanist:accompanist-navigation-animation", version.ref = "accompanistNavigationAnimation" }
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
androidx-datastore-preferences = { module = "androidx.datastore:datastore-preferences", version.ref = "datastorePreferencesCore" }
androidx-datastore-preferences-core = { module = "androidx.datastore:datastore-preferences-core", version.ref = "datastorePreferencesCore" }
androidx-hilt-compiler = { module = "androidx.hilt:hilt-compiler", version.ref = "hiltCompiler" }
androidx-hilt-work = { module = "androidx.hilt:hilt-work", version.ref = "hiltCompiler" }
androidx-material-icons-extended = { module = "androidx.compose.material:material-icons-extended", version.ref = "materialIconsExtended" }
Expand Down

0 comments on commit 47d3085

Please sign in to comment.