Skip to content

Commit

Permalink
version increment
Browse files Browse the repository at this point in the history
  • Loading branch information
Fedir Tsapana committed Apr 10, 2021
1 parent 86ac38e commit 78926a1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ android {
applicationId = "com.phlox.tvwebbrowser"
minSdkVersion(21)
targetSdkVersion(29)
versionCode = 44
versionName = "1.6.0"
versionCode = 45
versionName = "1.6.1"

javaCompileOptions {
annotationProcessorOptions {
Expand Down Expand Up @@ -88,9 +88,9 @@ dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.4.3-native-mt")

implementation("androidx.lifecycle:lifecycle-extensions:2.2.0")
implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.0")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.3.0")
implementation("androidx.lifecycle:lifecycle-livedata-ktx:2.3.0")
implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.3.1")
implementation("androidx.lifecycle:lifecycle-livedata-ktx:2.3.1")

val roomVersion = "2.2.5"
implementation("androidx.room:room-runtime:$roomVersion")
Expand All @@ -102,8 +102,8 @@ dependencies {
implementation("de.halfbit:pinned-section-listview:1.0.0")

//appstore-dependent dependencies
"googleImplementation"("com.google.firebase:firebase-core:18.0.2")
"googleImplementation"("com.google.firebase:firebase-crashlytics-ktx:17.4.0")
"googleImplementation"("com.google.firebase:firebase-core:18.0.3")
"googleImplementation"("com.google.firebase:firebase-crashlytics-ktx:17.4.1")
}

tasks.getByName("check").dependsOn("lint")
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {
classpath("com.android.tools.build:gradle:4.1.3")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
classpath("com.google.gms:google-services:4.3.5")
classpath("com.google.firebase:firebase-crashlytics-gradle:2.5.1")
classpath("com.google.firebase:firebase-crashlytics-gradle:2.5.2")

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down

0 comments on commit 78926a1

Please sign in to comment.