From 6f9c98729eabc8d25374a9a3567a0c06b06798b0 Mon Sep 17 00:00:00 2001 From: tiefensuche <10889432+tiefensuche@users.noreply.github.com> Date: Sat, 2 Sep 2023 17:39:03 +0200 Subject: [PATCH] Release 0.2 --- README.md | 2 +- tidal/build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ca976cd..6de4472 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This soundcrowd plugin adds basic Tidal support. It allows you to listen and bro Install via ADB: - $ adb install build/outputs/apk/debug/tidal-debug.apk + $ adb install tidal/build/outputs/apk/debug/tidal-debug.apk ## License diff --git a/tidal/build.gradle b/tidal/build.gradle index d865acf..6e09578 100644 --- a/tidal/build.gradle +++ b/tidal/build.gradle @@ -11,8 +11,8 @@ android { applicationId "com.tiefensuche.soundcrowd.plugins.tidal" minSdk 14 targetSdk 33 - versionCode 1 - versionName "0.1" + versionCode 2 + versionName "0.2" proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' resValue "string", "client_id", "YOUR-CLIENT-ID"