Skip to content

Commit

Permalink
Merge pull request #21 from amardeshbd/feature/update-version-for-new…
Browse files Browse the repository at this point in the history
…-release

[UPDATE] App version for new release.
  • Loading branch information
hossain-khan authored May 24, 2020
2 parents 56672f3 + e35f686 commit c7e9b5a
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Android CI](https://github.com/amardeshbd/android-hk-vision-muzei-plugin/workflows/Android%20CI/badge.svg?branch=master)](https://github.com/amardeshbd/android-hk-vision-muzei-plugin/actions) [![CodeFactor](https://www.codefactor.io/repository/github/amardeshbd/android-hk-vision-muzei-plugin/badge)](https://www.codefactor.io/repository/github/amardeshbd/android-hk-vision-muzei-plugin) [![Muzei.co](https://img.shields.io/badge/muzei.co-API%203.2%2B-blue)](http://api.muzei.co/)

# HK Vision - Muzei Plugin
Muzei wallpaper source plugin for [vision.hossainkhan.com](https://vision.hossainkhan.com/) site.

Expand All @@ -21,6 +23,7 @@ adb install app/build/outputs/apk/debug/app-debug.apk

# References
* https://muzei.co/
* http://api.muzei.co/
* https://github.com/romannurik/muzei/releases/tag/api3.2.0
* https://medium.com/muzei/muzei-3-0-and-the-new-api-4fd3d6133db6
* https://medium.com/muzei/announcing-muzei-live-wallpaper-3-0-d167dd5795a4
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ android {
applicationId "com.hossainkhan.vision"
minSdkVersion 21
targetSdkVersion 29
versionCode 3
versionName "1.1"
versionCode 4
versionName "1.2"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
15 changes: 14 additions & 1 deletion resources/Google-Play.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,20 @@ NOTE: You *NEED TO* install "Muzei Live Wallpaper" app before using this plugin.
This is a plugin for "Muzei Live Wallpaper" Android application that allows you to use wallpaper from H.K. Vision website (https://vision.hossainkhan.com/).

This is a open-source Muzei plugin app. If you find any issue, you can report it at following project:
https://github.com/amardeshbd/android-hk-vision-muzei-plugin or https://bit.ly/muzei-vision
https://bit.ly/muzei-vision

For latest releases notes, visit:
https://github.com/amardeshbd/android-hk-vision-muzei-plugin/releases

#### Changelog

##### v1.2
- Added Firebase Crashlytics integration to track any error loading images.

##### v1.1
- Added additional pictures to the Muzei source. Enjoy! ^_^

##### v1.0
- Initial release with H.K. Vision featured images.


0 comments on commit c7e9b5a

Please sign in to comment.