Skip to content

Commit

Permalink
Electric purple
Browse files Browse the repository at this point in the history
  • Loading branch information
sadellie committed Nov 5, 2022
1 parent a5152e8 commit d4f2be1
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.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ android {
applicationId = "com.sadellie.unitto"
minSdk = 21
targetSdk = 33
versionCode = 9
versionName = "Dark sea green"
versionCode = 10
versionName = "Electric purple"
buildConfigField("Boolean", "ANALYTICS", "true")

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down
7 changes: 7 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/10.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
"Electric purple" update:
1. You can now control which unit groups will be seen in your app
2. Updated visuals for unit selection screens
3. Application stability and performance improvements
4. Visual tweaks

Roadmap: https://trello.com/b/cxAbRlvu/unitto

0 comments on commit d4f2be1

Please sign in to comment.