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"