Skip to content

Commit

Permalink
Merge pull request #491 from DerTyp7214/master-Update
Browse files Browse the repository at this point in the history
Add 2 New App Themes, Bump VersionCode to 391006

New dependencies changes:
• Update com.google.firebase:firebase-bom to 32.4.1
• Update com.google.firebase:firebase-analytics to 21.5.0
• Update com.google.firebase:firebase-analytics-ktx to 21.5.0
• Update com.google.firebase:firebase-messaging to 23.3.1
• Update com.google.firebase:firebase-messaging-ktx to 23.3.1
• Update org.apache.commons:commons-text to 1.11.0

New App Themes:
• Rboard V1
• Rboard V2

Others Changes:
• Update versionCode to 391006
  • Loading branch information
AkosPaha01 authored Oct 31, 2023
2 parents b1b7dc0 + 228e5eb commit bf7f861
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ android {
applicationId = "de.dertyp7214.rboardthememanager"
minSdk = 31
targetSdk = 34
versionCode = 391005
versionCode = 391006
versionName = "3.9.1"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,20 @@ lifecycle-viewmodel-ktx = "2.6.2"
browser = "1.6.0"
glide = "4.16.0"
flagkit = "1.0.2"
firebase-bom = "32.4.0"
firebase-messaging-ktx = "23.3.0"
firebase-analytics-ktx = "21.4.0"
firebase-bom = "32.4.1"
firebase-messaging-ktx = "23.3.1"
firebase-analytics-ktx = "21.5.0"
legacy-support-v4 = "1.0.0"
navigation-fragment-ktx = "2.7.4"
navigation-ui-ktx = "2.7.4"
commons-text = "1.10.0"
commons-text = "1.11.0"
core-ktx = "1.12.0"
core = "1.12.0"
material = "1.10.0"
espresso-core = "3.5.1"
android-shell = "1.0.0"
firebase-analytics = "21.4.0"
firebase-messaging = "23.3.0"
firebase-analytics = "21.5.0"
firebase-messaging = "23.3.1"
gson = "2.10.1"
protobufDynamic = "1.0.1"
simple-item-decoration = "1.0.0"
Expand Down

0 comments on commit bf7f861

Please sign in to comment.