Skip to content

Commit

Permalink
Version bump v1.0.0 (5)
Browse files Browse the repository at this point in the history
  • Loading branch information
cvzi committed Mar 29, 2021
1 parent e9d2f73 commit b1e74f8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 1.0.0
* Fix: "Activity not found" when opening wallpaper preview
* Minor design changes
## 1.0-alpha3
* Fix: Unlock not detected [#7](https://github.com/cvzi/darkmodewallpaper/issues/7)
* Fix: Safely dismiss() dialogs
Expand Down
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ android {
applicationId "com.github.cvzi.darkmodewallpaper"
minSdkVersion 29
targetSdkVersion 30
versionCode 4
versionName "1.0-alpha3"
versionCode 5
versionName "1.0.0"
}

buildTypes {
Expand All @@ -41,8 +41,8 @@ android {

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation 'androidx.core:core-ktx:1.5.0-beta03'
implementation 'androidx.appcompat:appcompat:1.3.0-beta01'
implementation 'androidx.core:core-ktx:1.6.0-alpha01'
implementation 'androidx.appcompat:appcompat:1.3.0-rc01'
implementation 'com.google.android.material:material:1.3.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
implementation 'com.rarepebble:colorpicker:3.0.1'
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/4.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Minor bugfixes and design improvements

0 comments on commit b1e74f8

Please sign in to comment.