Skip to content

Commit

Permalink
Merge pull request #16 from itsyourap/itsyourap-upgrade-deps
Browse files Browse the repository at this point in the history
Update dependencies and gradle
  • Loading branch information
Sbiswas001 authored Jun 16, 2024
2 parents d71aced + 3231e5f commit 8c1f9b5
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
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.

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.

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

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

8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[versions]
agp = "8.4.1"
kotlin = "1.9.0"
agp = "8.5.0"
kotlin = "1.9.22"
coreKtx = "1.13.1"
junit = "4.13.2"
junitVersion = "1.1.5"
espressoCore = "3.5.1"
appcompat = "1.6.1"
appcompat = "1.7.0"
material = "1.12.0"
activity = "1.9.0"
constraintlayout = "2.1.4"
Expand All @@ -14,7 +14,7 @@ circleimageview = "3.1.0"
firebase-bom = "33.1.0"
firebase-auth-ktx = "23.0.0"
play-services-auth = "21.2.0"
google-services = "4.3.15"
google-services = "4.4.2"
picasso = "2.71828"
firebaseDatabaseKtx = "21.0.0"

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Fri May 24 11:08:19 IST 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 8c1f9b5

Please sign in to comment.