Skip to content

Commit

Permalink
Upgraded dependencies and added support for android 15 (v35)
Browse files Browse the repository at this point in the history
  • Loading branch information
HeyPouya committed Nov 16, 2024
1 parent 6056137 commit c71f357
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
[versions]
appVersion = "700"
compileSdkVersion = "34"
compileSdkVersion = "35"
targetSdkVersion = "35"
minSdkVersion = "23"
moshi = "1.15.1"
moshiKotlinCodegen = "1.15.1"
targetSdkVersion = "34"
desugar_jdk_libs = "2.1.2"
desugar_jdk_libs = "2.1.3"
glance = "1.1.1"
javaxInject = "1"
kotlinxDatetime = "0.6.1"
agp = "8.7.1"
kotlin = "2.0.0"
agp = "8.7.2"
kotlin = "2.0.21"
junit4 = "4.13.2"
androidTestJUnit = "1.2.1"
androidTestRules = "1.6.1"
androidTestEspresso = "3.6.1"
hilt = "2.52"
hiltCompiler = "1.2.0"
material = "1.12.0"
lifecycle = "2.8.6"
core = "1.13.1"
lifecycle = "2.8.7"
core = "1.15.0"
junit = "4.13.2"
androidJunit = "1.2.1"
espresso = "3.6.1"
ksp = "2.0.0-1.0.22"
ksp = "2.0.21-1.0.28"
glancePreview = "1.1.1"
androidxComposeBom = "2024.10.00"
androidxComposeBom = "2024.11.00"
composeActivity = "1.9.3"
googleServices = "4.4.2"
firebaseVersion = "33.4.0"
firebaseVersion = "33.6.0"
crashlyticsVersion = "3.0.2"
uiautomator = "2.3.0"
benchmarkMacroJunit4 = "1.3.3"
Expand Down

0 comments on commit c71f357

Please sign in to comment.