Skip to content

Commit

Permalink
Release version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
buttercookie42 committed Dec 17, 2024
1 parent c816fc7 commit 821f769
Show file tree
Hide file tree
Showing 2 changed files with 3 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 = 4
versionName = "0.3.1a1"
versionName = "0.3.1"
base.archivesName = "$applicationId-$versionName"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/4.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* Fix spurious "Waiting for Wifi connection…" notification
* Show correct button state if Wifi isn't available on startup

0 comments on commit 821f769

Please sign in to comment.