From 113945b620891f1ca2da07f646756d540690dd02 Mon Sep 17 00:00:00 2001 From: mkulesh Date: Fri, 10 Jan 2020 18:39:10 +0100 Subject: [PATCH] Started release 1.9 --- README.md | 2 +- app/build.gradle | 4 ++-- app/src/main/java/com/mkulesh/onpc/utils/Logging.java | 2 +- autobuild/push-apk.sh | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5905a910..b0a75832 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![License](https://img.shields.io/badge/license-GNU_GPLv3-orange.svg)](https://github.com/mkulesh/onpc/blob/master/LICENSE) [![Build Status](https://travis-ci.org/mkulesh/onpc.svg?branch=master)](https://travis-ci.org/mkulesh/onpc) ![Build Status](https://img.shields.io/github/v/release/mkulesh/onpc) -[![Download unsigned APK](https://img.shields.io/badge/APK-autobuild-blue.svg)](https://github.com/mkulesh/onpc/raw/autobuild/autobuild/onpc-v1.8-debug.apk) +[![Download unsigned APK](https://img.shields.io/badge/APK-autobuild-blue.svg)](https://github.com/mkulesh/onpc/raw/autobuild/autobuild/onpc-v1.9-debug.apk) # Enhanced Controller for Onkyo and Pioneer diff --git a/app/build.gradle b/app/build.gradle index 5a647246..75f69aa7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "com.mkulesh.onpc" minSdkVersion 14 targetSdkVersion 29 - versionCode 19 - versionName "1.8" + versionCode 20 + versionName "1.9" setProperty("archivesBaseName", "onpc-v" + versionName) } diff --git a/app/src/main/java/com/mkulesh/onpc/utils/Logging.java b/app/src/main/java/com/mkulesh/onpc/utils/Logging.java index 034da801..dde15f63 100644 --- a/app/src/main/java/com/mkulesh/onpc/utils/Logging.java +++ b/app/src/main/java/com/mkulesh/onpc/utils/Logging.java @@ -30,7 +30,7 @@ public final class Logging public static boolean isEnabled() { // Should be false in release build - return false; + return true; } public static boolean isTimeMsgEnabled() diff --git a/autobuild/push-apk.sh b/autobuild/push-apk.sh index 333e8f2c..c1005a6c 100644 --- a/autobuild/push-apk.sh +++ b/autobuild/push-apk.sh @@ -1,6 +1,6 @@ #!/bin/sh -APK_VERSION=1.8 +APK_VERSION=1.9 echo "Generated APK" pwd; ls -l ./app/build/outputs/apk