Skip to content

Commit

Permalink
Now beta release for v0.8.3! (v0.8.3-beta)
Browse files Browse the repository at this point in the history
  • Loading branch information
renyuneyun committed Apr 24, 2022
1 parent 634278d commit 4ce8dac
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ android {
beta {
dimension 'dev'
applicationIdSuffix ".beta"
versionCode 128002
versionName "0.8.2.3-beta2"
versionCode 129001
versionName "0.8.3-beta"
proguardFile 'proguard-rules-debug.pro'
}
}
Expand Down
7 changes: 7 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/129001.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Added dark theme && Dependency updates && Bug fix && i18n update

* Supports dark theme + added selector
* Updated various dependencies to latest version
* Targets API 30
* Fix data of IntentOperation is lost when being used
* I18n update: Spanish (Latin America)

0 comments on commit 4ce8dac

Please sign in to comment.