Skip to content

Commit

Permalink
[Skip-CI] Bump version for F-Droid
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyabsi committed Jul 29, 2024
1 parent 7c60c26 commit 58eeafa
Show file tree
Hide file tree
Showing 2 changed files with 5 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 @@ -12,8 +12,8 @@ android {
applicationId = "cc.sovellus.vrcaa"
minSdk = 27
targetSdk = 35
versionCode = 100200
versionName = "1.2.0"
versionCode = 100210
versionName = "1.2.1"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/100210.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Hotfix:

- Application get stuck indefinitely loading if token is invalid.

0 comments on commit 58eeafa

Please sign in to comment.