Skip to content
This repository was archived by the owner on May 2, 2026. It is now read-only.

Commit 2dbbd50

Browse files
committed
Release 0.4.0
1 parent ce81034 commit 2dbbd50

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

atox/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ android {
1414
applicationId = "ltd.evilcorp.atox"
1515
minSdkVersion(AndroidSdk.minVersion)
1616
targetSdkVersion(AndroidSdk.targetVersion)
17-
versionCode = 5
18-
versionName = "0.3.1"
17+
versionCode = 6
18+
versionName = "0.4.0"
1919
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2020
multiDexEnabled = true
2121
vectorDrawables.useSupportLibrary = true

0 commit comments

Comments
 (0)