Skip to content

Commit

Permalink
Release version 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
buttercookie42 committed Dec 15, 2024
1 parent f29ba3b commit e46745e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ android {
minSdk = 23
targetSdk = 34
versionCode = 3
versionName = "0.3a1"
versionName = "0.3"
base.archivesName = "$applicationId-$versionName"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Replace dual start/stop server buttons with a single toggle button

0 comments on commit e46745e

Please sign in to comment.