Skip to content

Commit

Permalink
Upgraded libraries versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Pouya Heydari committed Sep 10, 2023
1 parent a84817e commit b9505a5
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 9 deletions.
16 changes: 16 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

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

2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

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

16 changes: 8 additions & 8 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[versions]
appVersion = "1000"
compileSdkVersion = "33"
compileSdkVersion = "34"
targetSdkVersion = "34"
hiltAndroid = "2.48"
lifecycleExtensions = "2.2.0"
lifecycleRuntimeKtx = "2.6.2"
Expand All @@ -9,24 +10,23 @@ material = "1.9.0"
minSdkVersion = "16"
composeMinSdkVersion = "21"
moshiKotlinCodegen = "1.15.0"
navigationUiKtx = "2.6.0"
navigationFragmentKtx = "2.6.0"
navigationUiKtx = "2.7.2"
navigationFragmentKtx = "2.7.2"
retrofitVersion = "2.9.0"
targetSdkVersion = "33"
agp = "8.1.1"
kotlin = "1.9.0"
kotlin = "1.9.10"
appcompat = "1.6.1"
constraintLayout = "2.1.4"
junit4 = "4.13.2"
androidTestJUnit = "1.1.5"
androidTestRules = "1.5.0"
androidTestEspresso = "3.5.1"
recyclerView = "1.3.1"
compose = "1.5.1"
lifecycle = "2.6.1"
compose = "1.5.3"
lifecycle = "2.6.2"
coroutines = "1.7.3"
fragment = "1.6.1"
androidxComposeBom = "2023.06.01"
androidxComposeBom = "2023.09.00"
composeActivity = "1.7.2"
navivagation = "2.7.2"
retrofit = "2.9.0"
Expand Down

0 comments on commit b9505a5

Please sign in to comment.