Skip to content

Commit

Permalink
Bump to 0.1.1-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DianQK committed Jun 22, 2023
1 parent 005e1da commit a5f82bf
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ android {
applicationId = "org.dianqk.ruslin"
minSdk = libs.versions.minSdkVersion.get().toInt()
targetSdk = libs.versions.targetSdkVersion.get().toInt()
versionCode = 8
versionName = "0.1.1-beta.1"
versionCode = 9
versionName = "0.1.1-beta.2"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
2 changes: 1 addition & 1 deletion fastlane/metadata/android/en-US/changelogs/703.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- Rtl language support
- RTL language support
- Theme switching support
- Improved dark theme experience
**Full Changelog**: https://github.com/ruslin-note/ruslin-android/releases/tag/v0.1.0-beta.1
2 changes: 1 addition & 1 deletion fastlane/metadata/android/en-US/changelogs/803.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- Rtl language support
- RTL language support
- Theme switching support
- Improved dark theme experience
**Full Changelog**: https://github.com/ruslin-note/ruslin-android/releases/tag/v0.1.1-beta.1
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/903.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Preview page adds RTL support
**Full Changelog**: https://github.com/ruslin-note/ruslin-android/releases/tag/v0.1.1-beta.2
2 changes: 1 addition & 1 deletion fastlane/metadata/android/zh-CN/changelogs/703.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- 支持 Rtl 语言
- 支持 RTL 语言
- 支持主题切换
- 改进暗色主题体验
完整变更日志: https://github.com/ruslin-note/ruslin-android/releases/tag/v0.1.0-beta.1
2 changes: 1 addition & 1 deletion fastlane/metadata/android/zh-CN/changelogs/803.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- 支持 Rtl 语言
- 支持 RTL 语言
- 支持主题切换
- 改进暗色主题体验
完整变更日志: https://github.com/ruslin-note/ruslin-android/releases/tag/v0.1.1-beta.1
2 changes: 2 additions & 0 deletions fastlane/metadata/android/zh-CN/changelogs/903.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- 预览页支持 RTL 语言
完整变更日志: https://github.com/ruslin-note/ruslin-android/releases/tag/v0.1.1-beta.2

0 comments on commit a5f82bf

Please sign in to comment.