Skip to content

Commit dd2e001

Browse files
committed
chore: bump version to 0.0.5
1 parent 973572b commit dd2e001

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ android {
1414
applicationId = "com.zekecode.akira_financialtracker"
1515
minSdk = 29
1616
targetSdk = 35
17-
versionCode = 2
18-
versionName = "0.0.2"
17+
versionCode = 3
18+
versionName = "0.0.5"
1919

2020
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2121
}

0 commit comments

Comments
 (0)