Skip to content

Commit 4b9ad3e

Browse files
committed
chore: version bump
1 parent 4894c6e commit 4b9ad3e

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 = 64
19-
versionName = "2.1.4"
18+
versionCode = 70
19+
versionName = "2.2.0"
2020

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

0 commit comments

Comments
 (0)