Skip to content

Commit

Permalink
Started release 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mkulesh committed Jan 10, 2020
1 parent 232fb4b commit 113945b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)

# <img src="https://github.com/mkulesh/onpc/blob/master/images/icon.png" align="center" height="48" width="48"> Enhanced Controller for Onkyo and Pioneer

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/com/mkulesh/onpc/utils/Logging.java
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion autobuild/push-apk.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

APK_VERSION=1.8
APK_VERSION=1.9

echo "Generated APK"
pwd; ls -l ./app/build/outputs/apk
Expand Down

0 comments on commit 113945b

Please sign in to comment.