Skip to content

Commit

Permalink
v1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
truefedex committed Dec 12, 2021
1 parent 2f6ce37 commit 21bf930
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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"
minSdk = 21
targetSdk = 30
versionCode = 47
versionName = "1.7.0"
versionCode = 48
versionName = "1.7.1"

javaCompileOptions {
annotationProcessorOptions {
Expand All @@ -42,7 +42,7 @@ android {
}
buildTypes {
getByName("release") {
isDebuggable = true
isDebuggable = false
isMinifyEnabled = false
proguardFiles(getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro")
signingConfig=signingConfigs.getByName("release")
Expand Down

0 comments on commit 21bf930

Please sign in to comment.