diff --git a/.idea/caches/build_file_checksums.ser b/.idea/caches/build_file_checksums.ser index b514680..8afa078 100644 Binary files a/.idea/caches/build_file_checksums.ser and b/.idea/caches/build_file_checksums.ser differ diff --git a/app/build.gradle b/app/build.gradle index 2b666bb..11b220c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "com.sahdeepsingh.Bop" minSdkVersion 21 targetSdkVersion 28 - versionCode 11 - versionName "1.1.2" + versionCode 12 + versionName "1.2" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" renderscriptTargetApi 18 @@ -54,7 +54,6 @@ dependencies { implementation 'me.tankery.lib:circularSeekBar:1.1.7' implementation 'androidx.browser:browser:1.0.0' implementation 'androidx.legacy:legacy-preference-v14:1.0.0' - implementation 'com.karumi:dexter:5.0.0' implementation 'com.google.code.gson:gson:2.8.5' implementation 'com.android.support.constraint:constraint-layout:1.1.3' diff --git a/app/release/app-release.apk b/app/release/app-release.apk index 6d20646..edc5bbb 100644 Binary files a/app/release/app-release.apk and b/app/release/app-release.apk differ diff --git a/app/release/output.json b/app/release/output.json index 9424a98..2b5884b 100644 --- a/app/release/output.json +++ b/app/release/output.json @@ -6,8 +6,8 @@ "apkInfo": { "type": "MAIN", "splits": [], - "versionCode": 11, - "versionName": "1.1.2", + "versionCode": 12, + "versionName": "1.2", "enabled": true, "outputFile": "app-release.apk", "fullName": "release", diff --git a/buildApk/app-debug.apk b/buildApk/app-debug.apk index 8662747..491b3fa 100644 Binary files a/buildApk/app-debug.apk and b/buildApk/app-debug.apk differ diff --git a/buildApk/output.json b/buildApk/output.json index 2b9cb92..b9483d6 100644 --- a/buildApk/output.json +++ b/buildApk/output.json @@ -6,8 +6,8 @@ "apkInfo": { "type": "MAIN", "splits": [], - "versionCode": 11, - "versionName": "1.1.2", + "versionCode": 12, + "versionName": "1.2", "enabled": true, "outputFile": "app-debug.apk", "fullName": "debug", diff --git a/changelog.md b/changelog.md index f293a45..675b365 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,22 @@ # CHANGELOG.md +## 1.2 +### versionCode = 12 + +Bug Fixes: + + - Fix : Bluetooth Events not working-> [d14d7799a1f4c399467808253579aa2b64874405](https://github.com/iamSahdeep/Bop/tree/d14d7799a1f4c399467808253579aa2b64874405) + - Fix : Showing Playlist after creation -> [4241773018689eea6b2b06753a897175a27b9181](https://github.com/iamSahdeep/Bop/tree/4241773018689eea6b2b06753a897175a27b9181) + +New : + + - Migrated to MediaSession-> [0fd2e7ec4870449e208018d17cad486f95e7ac6b](https://github.com/iamSahdeep/Bop/tree/0fd2e7ec4870449e208018d17cad486f95e7ac6b) + - MediaStyled Notification-> [1952dd32806e6e986bbdb8b2767223e314b682f0](https://github.com/iamSahdeep/Bop/tree/1952dd32806e6e986bbdb8b2767223e314b682f0) + - Control through GoogleAssistant-> [1952dd32806e6e986bbdb8b2767223e314b682f0](https://github.com/iamSahdeep/Bop/tree/1952dd32806e6e986bbdb8b2767223e314b682f0) + - Added a timer to stop music if paused for 5 mins-> [e398d7db9c48d38fd7372bba554ecfafcf19a5fd](https://github.com/iamSahdeep/Bop/tree/e398d7db9c48d38fd7372bba554ecfafcf19a5fd) + - Making Microphone usage optional-> [97b27b7963cdd6de12f8049ede25dfdb70d824e5](https://github.com/iamSahdeep/Bop/tree/97b27b7963cdd6de12f8049ede25dfdb70d824e5) + + ## 1.1.2 (unreleased) ### versionCode = 11