diff --git a/.idea/caches/build_file_checksums.ser b/.idea/caches/build_file_checksums.ser
index cdadbc5..edda174 100644
Binary files a/.idea/caches/build_file_checksums.ser and b/.idea/caches/build_file_checksums.ser differ
diff --git a/README.md b/README.md
index 412903c..15effd7 100644
--- a/README.md
+++ b/README.md
@@ -28,9 +28,26 @@ A basic Music playing application for media files in your mobile, currently in d
more
+# Credits
+ - [@alexdantas](https://github.com/alexdantas) for [KMP](https://github.com/alexdantas/kure-music-player) from which I have taken lots of code and logic.
+ - [@andremion](https://github.com/andremion) for [this](https://github.com/andremion/Music-Player) awesome UI and transition.
+ - [GautamChibde](https://github.com/GautamChibde) for awesome [Visualizers](https://github.com/GautamChibde/android-audio-visualizer).
+ - [@pkjvit](https://github.com/pkjvit) for lots of [Themes](https://github.com/pkjvit/Android-Multi-Theme-UI).
+ - [FlatIcon](https://www.flaticon.com/), [icons8](https://icons8.com/icons/pack/media-controls) and [freepik](https://www.freepik.com/) for icons and images used in application.
+ - and many more for those awesome libraries. Check the list of [Libraries](https://github.com/iamSahdeep/Bop/blob/master/app/build.gradle) used.
-## Features
+# License
-- yet to be added
+ Copyright [2018] [Sahdeep Singh]
-# Credits
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
diff --git a/app/build.gradle b/app/build.gradle
index b82f5e8..e60b7a9 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -6,8 +6,8 @@ android {
applicationId "com.sahdeepsingh.Bop"
minSdkVersion 21
targetSdkVersion 27
- versionCode 4
- versionName "0.3"
+ versionCode 5
+ versionName "0.5"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
renderscriptTargetApi 18
diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro
index 4e080c4..b916b73 100644
--- a/app/proguard-rules.pro
+++ b/app/proguard-rules.pro
@@ -22,3 +22,9 @@
-dontwarn okhttp3.internal.platform.ConscryptPlatform
+-keepclasseswithmembernames class * {
+ native ;
+}
+
+-keep class android.support.v8.renderscript.** { *; }
+
diff --git a/app/release/app-release.apk b/app/release/app-release.apk
index 5855f6e..01bffdc 100644
Binary files a/app/release/app-release.apk and b/app/release/app-release.apk differ
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 34f99a5..f416891 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -16,9 +16,7 @@
android:fullBackupContent="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
- android:theme="@style/AppTheme.RED"
- tools:ignore="GoogleAppIndexingWarning"
- tools:replace="android:icon">
+ android:theme="@style/AppTheme.RED">
[fc0fc6cbaa616b0db444c60ebbff8fbba6b6d3cf](https://github.com/iamSahdeep/Bop/commit/fc0fc6cbaa616b0db444c60ebbff8fbba6b6d3cf)
+ - Save playlist from current playing list and more changes -> [fc0fc6cbaa616b0db444c60ebbff8fbba6b6d3cf](https://github.com/iamSahdeep/Bop/commit/fc0fc6cbaa616b0db444c60ebbff8fbba6b6d3cf)
+ - Remove Song from currentPlaylist -> [a0f523c54b7e1100b3dfb3827f68f49263dafe99](https://github.com/iamSahdeep/Bop/commit/a0f523c54b7e1100b3dfb3827f68f49263dafe99)
+
+Bug Fixes:
+
+ - Fix : SplashScreen (if restarted App) -> [51537d312632d9fd47e9c5f91242ad315059f2fe](https://github.com/iamSahdeep/Bop/tree/51537d312632d9fd47e9c5f91242ad315059f2fe)
+ - Fix : Unknown notification sound (on Every action) -> [92df482f5776bd9b55fae8255ca69c3575bec363](https://github.com/iamSahdeep/Bop/tree/92df482f5776bd9b55fae8255ca69c3575bec363)
+
## 0.3 (unreleased)
### versionCode = 4