Skip to content

Commit

Permalink
Release 1.3.1 (131002)
Browse files Browse the repository at this point in the history
🔧 New changes:
• Update Firebase-bom to 33.1.2
• Update Gradle to 8.7.0-alpha02
• Update Navigation to 2.8.0-beta05
• Update R8/D8 to 8.6.15
  • Loading branch information
AkosPaha01 committed Jul 23, 2024
1 parent 76750f8 commit e86b577
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ android {
applicationId = "de.dertyp7214.rboardthemecreator"
minSdk = 26
targetSdk = 35
versionCode = 131001
versionCode = 131002
versionName = "1.3.1"

vectorDrawables.useSupportLibrary = true
Expand Down
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,32 +9,32 @@ core = "1.13.1"
core-ktx = "1.13.1"
desugar_jdk_libs_nio = "2.0.4"
espresso-core = "3.6.1"
firebase-bom = "33.1.1"
firebase-bom = "33.1.2"
firebase-analytics-ktx = "22.0.2"
firebase-messaging-ktx = "24.0.0"
flagkit-android = "1.0.2"
fragment-ktx = "1.8.1"
github-ksp = "5.0.0-SNAPSHOT"
gradle = "8.6.0-alpha08"
gradle = "8.7.0-alpha02"
gson = "2.11.0"
insetter = "0.6.1"
junit = "1.2.1"
junit-junit = "4.13.2"
kotlin-gradle-plugin = "2.0.0"
kotlin-reflect = "2.0.0"
material = "1.12.0"
navigation-ui-ktx = "2.8.0-beta04"
navigation-fragment-ktx = "2.8.0-beta04"
navigation-ui-ktx = "2.8.0-beta05"
navigation-fragment-ktx = "2.8.0-beta05"
legacy-support-v4 = "1.0.0"
pikolo = "2.0.2"
prdownloader = "v0.6.0"
preference-ktx = "1.2.1"
preferencesplus = "1.1"
r8 = "8.6.14"
r8 = "8.6.15"
simple-item-decoration = "1.0.0"
vectorchildfinder = "1.0.0"
webkit = "1.12.0-alpha02"
kspPlugin = "2.0.0-1.0.22"
kspPlugin = "2.0.0-1.0.23"

[libraries]
android-shell = { module = "com.jaredrummler:android-shell", version.ref = "android-shell" }
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 @@
#Fri Jun 28 11:10:59 CEST 2024
#Mon Jul 22 21:16:00 CEST 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-rc-1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit e86b577

Please sign in to comment.