Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
teccheck committed May 19, 2023
1 parent 341f081 commit 75f9fb6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ Not all of the features, planned are currently implemented. Here's an overview.
* [x] Saving lyrics for offline use
* [x] Material 1 and 2 Design
* [x] Manual search
* [ ] Nice onboarding UI
* [ ] Nice onboarding UI
* [x] Automatic refresh, once the current song changes

## Screenshots
![](https://github.com/TecCheck/FastLyrics/blob/11794d113aed1eb51ad5d7183c7b568011fa3dbf/fastlane/metadata/android/en-Us/images/phoneScreenshots/1.png)
![](https://github.com/TecCheck/FastLyrics/blob/11794d113aed1eb51ad5d7183c7b568011fa3dbf/fastlane/metadata/android/en-Us/images/phoneScreenshots/2.png)
![](https://github.com/TecCheck/FastLyrics/blob/11794d113aed1eb51ad5d7183c7b568011fa3dbf/fastlane/metadata/android/en-Us/images/phoneScreenshots/3.png)
![](https://github.com/TecCheck/FastLyrics/blob/11794d113aed1eb51ad5d7183c7b568011fa3dbf/fastlane/metadata/android/en-Us/images/phoneScreenshots/4.png)
![](https://github.com/TecCheck/FastLyrics/blob/11794d113aed1eb51ad5d7183c7b568011fa3dbf/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png)
![](https://github.com/TecCheck/FastLyrics/blob/11794d113aed1eb51ad5d7183c7b568011fa3dbf/fastlane/metadata/android/en-US/images/phoneScreenshots/2.png)
![](https://github.com/TecCheck/FastLyrics/blob/11794d113aed1eb51ad5d7183c7b568011fa3dbf/fastlane/metadata/android/en-US/images/phoneScreenshots/3.png)
![](https://github.com/TecCheck/FastLyrics/blob/11794d113aed1eb51ad5d7183c7b568011fa3dbf/fastlane/metadata/android/en-US/images/phoneScreenshots/4.png)

4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId "io.github.teccheck.fastlyrics"
minSdk 22
targetSdk 33
versionCode 2
versionName "0.2.0"
versionCode 3
versionName "0.3.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit 75f9fb6

Please sign in to comment.