Release v0.1.2
Some checks failed
Android CI / build (push) Has been cancelled

This commit is contained in:
dom4k
2026-03-16 20:04:32 +00:00
parent f57f4716a5
commit 9d37001e2b

View File

@@ -12,8 +12,8 @@ android {
applicationId = "com.schoolmesh.messenger"
minSdk = 26
targetSdk = 34
versionCode = 2
versionName = "0.1.1"
versionCode = 3
versionName = "0.1.2"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}