Merge pull request #35 from barrydeen/chore/bump-v1.1.0

chore: bump version to v1.1.0
This commit is contained in:
Barry Deen
2026-06-16 00:47:36 -04:00
committed by GitHub
+2 -2
View File
@@ -26,8 +26,8 @@ android {
applicationId = baseApplicationId
minSdk = 26
targetSdk = 35
versionCode = 1
versionName = "1.0.0"
versionCode = 2
versionName = "1.1.0"
resValue("string", "app_name", "Dark Wisp")
ndk {