We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06da82d commit 0b95ffaCopy full SHA for 0b95ffa
app/build.gradle
@@ -28,8 +28,8 @@ android {
28
applicationId "m.co.rh.id.a_jarwis"
29
minSdk 21
30
targetSdk 34
31
- versionCode 9
32
- versionName "1.3.1"
+ versionCode 10
+ versionName "1.3.2"
33
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
34
}
35
fastlane/metadata/android/en-US/changelogs/10.txt
@@ -0,0 +1,8 @@
1
+Release 1.3.2+10
2
+
3
+Fixes:
4
+* App not working in Android 13 and 14
5
6
+Feature:
7
+* Enable multi selection of the themes for Style Transfer
8
+* Enhance background work tasks
0 commit comments