Skip to content

Commit

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

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/1003.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Supports Farsi and Russian languages
**Full Changelog**: https://github.com/ruslin-note/ruslin-android/releases/tag/v0.1.2-beta.1

0 comments on commit 1e6f639

Please sign in to comment.