Skip to content

Commit

Permalink
Version up (2.0.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
truefedex committed Feb 11, 2024
1 parent d2498df commit be4ec38
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ android {
applicationId = "com.phlox.tvwebbrowser"
minSdk = 24
targetSdk = 34
versionCode = 60
versionName = "2.0.0"
versionCode = 61
versionName = "2.0.1"

javaCompileOptions {
annotationProcessorOptions {
Expand Down Expand Up @@ -150,10 +150,10 @@ dependencies {
//"debugImplementation"("com.squareup.leakcanary:leakcanary-android:2.7")

"googleImplementation"("com.google.firebase:firebase-core:21.1.1")
"googleImplementation"("com.google.firebase:firebase-crashlytics-ktx:18.6.1")
"googleImplementation"("com.google.firebase:firebase-crashlytics-ktx:18.6.2")

"genericImplementation"("com.google.firebase:firebase-core:21.1.1")
"genericImplementation"("com.google.firebase:firebase-crashlytics-ktx:18.6.1")
"genericImplementation"("com.google.firebase:firebase-crashlytics-ktx:18.6.2")

testImplementation("junit:junit:4.13.2")
testImplementation("org.robolectric:robolectric:4.9")
Expand Down

0 comments on commit be4ec38

Please sign in to comment.