We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 807cdf2 commit c2af39aCopy full SHA for c2af39a
app/build.gradle.kts
@@ -14,8 +14,8 @@ android {
14
defaultConfig {
15
applicationId = "com.castle.sefirah"
16
17
- versionCode = 18
18
- versionName = "2.2.0"
+ versionCode = 19
+ versionName = "2.2.1"
19
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
20
}
21
fastlane/metadata/android/en-US/changelogs/19.txt
@@ -0,0 +1,2 @@
1
+• replace ML Kit with ZXing-C++ for QR code scanning
2
+• add scanner overlayAlpha
0 commit comments