We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48d6cf8 commit 58cacddCopy full SHA for 58cacdd
app/build.gradle
@@ -28,8 +28,8 @@ android {
28
applicationId "m.co.rh.id.a_jarwis"
29
minSdk 21
30
targetSdk 33
31
- versionCode 3
32
- versionName "1.1.0"
+ versionCode 4
+ versionName "1.1.1"
33
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
34
}
35
fastlane/metadata/android/en-US/changelogs/4.txt
@@ -0,0 +1,10 @@
1
+Release 1.1.1+4
2
+
3
+Fixes:
4
+* App Crashing due to background task error
5
6
+------------------------------------------------------------
7
+Release 1.1.0+3
8
9
+Features:
10
+* Add exclude blur face to exclude some faces when blurring
0 commit comments