We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0eb479 commit 8609fa1Copy full SHA for 8609fa1
2 files changed
android-libproofcam/src/main/java/org/witness/proofmode/camera/fragments/CameraViewModel.kt
@@ -62,7 +62,7 @@ class CameraViewModel : ViewModel() {
62
override fun onCleared() {
63
if (this::timerRunnable.isInitialized)
64
handler.removeCallbacks(timerRunnable)
65
-
+
66
super.onCleared()
67
}
68
app/build.gradle
@@ -36,8 +36,8 @@ android {
36
applicationId "org.witness.proofmode"
37
minSdkVersion 24
38
targetSdkVersion 34
39
- versionCode 250202
40
- versionName "2.5.0-BETA-2"
+ versionCode 250301
+ versionName "2.5.0-RC-1"
41
multiDexEnabled true
42
archivesBaseName = "ProofMode-$versionName"
43
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
0 commit comments