Skip to content

Commit 323327f

Browse files
committed
Bump version to 0.3.0
Release highlights: - Concurrent downloads with pause/resume and progress UI - Community rating display and UI refinements - Settings menu reorganization with semantic grouping - UI Density setting (Compact/Normal/Spacious) - Home screen control legend footer with Y/X shortcuts - Fix UI hang when deleting large installed files
1 parent d199708 commit 323327f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ android {
2222
applicationId = "com.nendo.argosy"
2323
minSdk = 26
2424
targetSdk = 34
25-
versionCode = 4
26-
versionName = "0.2.1"
25+
versionCode = 5
26+
versionName = "0.3.0"
2727

2828
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2929
vectorDrawables {

0 commit comments

Comments
 (0)