Skip to content

Commit

Permalink
chore: bump dependencies and gradle versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Yash-Garg committed Oct 25, 2023
1 parent 7c5f3ff commit 5c8fa75
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ android {

defaultConfig {
applicationId = "dev.yashgarg.qbit"
minSdk = 24
minSdk = 28
targetSdk = 34
versionCode = 17
versionName = "v0.2.5-$commitHash"
Expand Down
18 changes: 9 additions & 9 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
[versions]
axCore = "1.12.0"
axAppcompat = "1.6.1"
axActivity = "1.7.2"
axActivity = "1.8.0"
axConstraintlayout = "2.1.4"
axDatastore = "1.0.0"
axNavigation = "2.7.2"
axNavigation = "2.7.4"
axWork = "2.8.1"
binary_compat = "0.13.2"
coroutines = "1.7.3"
googleMaterial = "1.9.0"
agp = "8.2.0-alpha15"
googleMaterial = "1.10.0"
agp = "8.3.0-alpha10"
espresso = "3.5.1"
hilt = "2.48"
hilt = "2.48.1"
axHilt = "1.0.0"
ktor = "2.3.4"
lifecycle = "2.6.2"
kotlin = "1.9.10"
mockito = "5.5.0"
room = "2.5.2"
room = "2.6.0"
spotless = "6.22.0"
uiautomator = "2.2.0"
serialization = "1.6.0"
Expand All @@ -26,7 +26,7 @@ serialization = "1.6.0"
androidx-core-ktx = { module = "androidx.core:core-ktx", version.ref = "axCore" }
androidx-activity = { module = "androidx.activity:activity-ktx", version.ref = "axActivity" }
androidx-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "axAppcompat" }
androidx-benchmark-junit = "androidx.benchmark:benchmark-macro-junit4:1.2.0-beta05"
androidx-benchmark-junit = "androidx.benchmark:benchmark-macro-junit4:1.2.0"
androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version.ref = "axConstraintlayout" }
androidx-datastore = { module = "androidx.datastore:datastore-preferences", version.ref = "axDatastore" }
androidx-swiperefreshlayout = "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"
Expand Down Expand Up @@ -54,9 +54,9 @@ coroutines-jdk8 = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-jdk8", ve
kotlin-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "coroutines" }
coroutines-turbine = { module = "app.cash.turbine:turbine", version = "1.0.0" }

compose-activity = "androidx.activity:activity-compose:1.7.2"
compose-activity = "androidx.activity:activity-compose:1.8.0"
compose-compiler = "androidx.compose.compiler:compiler:1.5.3"
compose-foundation = "androidx.compose.foundation:foundation:1.5.1"
compose-foundation = "androidx.compose.foundation:foundation:1.5.4"
compose-material3 = "androidx.compose.material3:material3:1.1.2"
compose-material-icons = "org.jetbrains.compose.material:material-icons-extended-desktop:1.5.1"
compose-theme-adapter = "com.google.accompanist:accompanist-themeadapter-material3:0.32.0"
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionSha256Sum=591855b517fc635b9e04de1d05d5e76ada3f89f5fc76f87978d1b245b4f69225
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
distributionSha256Sum=f7dca5ae44f1a45ee7950fa3e01418a664eaa04136ff594a99bebf7ee353a943
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-rc-2-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 5c8fa75

Please sign in to comment.