Skip to content

Commit

Permalink
v1.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
truefedex committed Oct 2, 2020
1 parent f2fb898 commit f50f95a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ android {
applicationId "com.phlox.tvwebbrowser"
minSdkVersion 21
targetSdkVersion 29
versionCode 41
versionName "1.5.7"
versionCode 42
versionName "1.5.8"

javaCompileOptions {
annotationProcessorOptions {
Expand All @@ -35,7 +35,7 @@ android {
}
buildTypes {
release {
debuggable true
debuggable false
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
signingConfig signingConfigs.release
Expand Down

0 comments on commit f50f95a

Please sign in to comment.