Skip to content

Commit 7e45927

Browse files
committed
chore: version bump
1 parent 60d7349 commit 7e45927

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
@@ -15,8 +15,8 @@ android {
1515
applicationId = System.getenv("APPID") ?: "de.szalkowski.activitylauncher"
1616
minSdk = 16
1717
targetSdk = 36
18-
versionCode = 70
19-
versionName = "2.2.0"
18+
versionCode = 71
19+
versionName = "2.2.1"
2020

2121
multiDexEnabled = true
2222
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

0 commit comments

Comments
 (0)