Skip to content
This repository has been archived by the owner on Jan 25, 2020. It is now read-only.

Commit

Permalink
* vc12
Browse files Browse the repository at this point in the history
  • Loading branch information
iamSahdeep committed Mar 18, 2019
1 parent 48b59ca commit 5944464
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 7 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
5 changes: 2 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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'

Expand Down
Binary file modified app/release/app-release.apk
Binary file not shown.
4 changes: 2 additions & 2 deletions app/release/output.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Binary file modified buildApk/app-debug.apk
Binary file not shown.
4 changes: 2 additions & 2 deletions buildApk/output.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
17 changes: 17 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 5944464

Please sign in to comment.