We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18fc260 commit 23f8eabCopy full SHA for 23f8eab
app/build.gradle
@@ -28,8 +28,8 @@ android {
28
applicationId "m.co.rh.id.a_jarwis"
29
minSdk 21
30
targetSdk 33
31
- versionCode 8
32
- versionName "1.3.0"
+ versionCode 9
+ versionName "1.3.1"
33
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
34
}
35
fastlane/metadata/android/en-US/changelogs/9.txt
@@ -0,0 +1,12 @@
1
+Release 1.3.1+9
2
+
3
+Fixes:
4
+* Incorrect file name when generating NST
5
+* Update NST label button
6
7
+--------------------------------------------------------------------------------
8
+Release 1.3.0+8
9
10
+Feature:
11
+* Add Neural Style Transfer feature to artistically modify your image
12
0 commit comments