Skip to content

Commit

Permalink
Updated project dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
D4rK7355608 committed Jun 18, 2024
1 parent d8f79b8 commit f1da204
Show file tree
Hide file tree
Showing 5 changed files with 270 additions and 10 deletions.
1 change: 0 additions & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

263 changes: 263 additions & 0 deletions .idea/other.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ dependencies {
// Compose
implementation(platform(libs.androidx.compose.bom))
implementation(libs.androidx.ui)
implementation(libs.activity.compose)
implementation(libs.androidx.activity.compose)
implementation(libs.androidx.constraintlayout.compose)
implementation(libs.androidx.ui.graphics)
Expand Down
11 changes: 5 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[versions]
agp = "8.4.1"
agp = "8.5.0"
appcompat = "1.7.0"
appUpdateKtx = "2.1.0"
billing = "7.0.0"
composeBom = "2024.05.00"
composeBom = "2024.06.00"
compressor = "3.0.1"
constraintlayoutCompose = "1.0.1"
coreSplashscreen = "1.0.1"
Expand All @@ -16,10 +16,10 @@ coreKtx = "1.13.1"
junit = "4.13.2"
junitVersion = "1.1.5"
espressoCore = "3.5.1"
kotlinxCoroutinesAndroid = "1.8.0"
lifecycleRuntimeKtx = "2.8.1"
kotlinxCoroutinesAndroid = "1.8.1"
lifecycleRuntimeKtx = "2.8.2"
activityCompose = "1.9.0"
composeUi = "1.6.7"
composeUi = "1.6.8"
composeMaterial3 = "1.2.1"
google-services = "4.4.2"
google-oss-services = "0.10.6"
Expand All @@ -34,7 +34,6 @@ workRuntimeKtx = "2.9.0"


[libraries]
activity-compose = { module = "androidx.activity:activity-compose", version.ref = "activityCompose" }
androidx-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "appcompat" }
androidx-compose-bom = { module = "androidx.compose:compose-bom", version.ref = "composeBom" }
androidx-constraintlayout-compose = { module = "androidx.constraintlayout:constraintlayout-compose", version.ref = "constraintlayoutCompose" }
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Fri May 31 18:17:30 EEST 2024
#Tue Jun 18 08:34:44 EEST 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit f1da204

Please sign in to comment.