Skip to content

Commit

Permalink
upgrade gradle and depenencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Lemkinator committed Oct 22, 2024
1 parent 222fc0b commit 58a6895
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 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.

8 changes: 4 additions & 4 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ secrets {

dependencies {
//sesl6 modules
implementation("sesl.androidx.core:core:1.13.1+1.0.11-sesl6+rev1")
implementation("sesl.androidx.core:core-ktx:1.13.1+1.0.0-sesl6+rev0")
implementation("sesl.androidx.appcompat:appcompat:1.7.0+1.0.34-sesl6+rev4")
implementation("sesl.androidx.core:core:1.15.0-rc01+1.0.11-sesl6+rev0")
implementation("sesl.androidx.core:core-ktx:1.15.0-rc01+1.0.0-sesl6+rev0")
implementation("sesl.androidx.appcompat:appcompat:1.7.0+1.0.34-sesl6+rev5")
implementation("sesl.androidx.preference:preference:1.2.1+1.0.4-sesl6+rev3")
implementation("sesl.androidx.picker:picker-color:1.0.6+1.0.6-sesl6+rev3")
implementation("sesl.com.google.android.material:material:1.12.0+1.0.23-sesl6+rev1")
Expand All @@ -98,7 +98,7 @@ dependencies {
implementation("io.github.oneuiproject:icons:1.1.0")

implementation("com.airbnb.android:lottie:6.5.2")
implementation("com.google.android.play:review-ktx:2.0.1")
implementation("com.google.android.play:review-ktx:2.0.2")
implementation("com.google.android.play:app-update-ktx:2.1.0")
implementation("com.android.volley:volley:1.2.1")

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 @@
#Tue Sep 17 19:33:32 CEST 2024
#Tue Oct 22 16:52:11 CEST 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 58a6895

Please sign in to comment.