release: v0.2.0

This commit is contained in:
Benjamin Wiegand
2026-07-08 17:54:24 -07:00
parent f7411f143b
commit ea5f3158c6
+2 -2
View File
@@ -12,8 +12,8 @@ android {
applicationId = "io.benwiegand.projection.geargrinder"
minSdk = 26
targetSdk = 36
versionCode = 3
versionName = "0.1.0"
versionCode = 4
versionName = "0.2.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}