We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ad4160 commit 2cbe000Copy full SHA for 2cbe000
2 files changed
app/build.gradle
@@ -8,8 +8,8 @@ android {
8
applicationId "fr.gaulupeau.apps.InThePoche"
9
minSdkVersion 21
10
targetSdkVersion 28
11
- versionCode 224
12
- versionName "2.4.0-beta.5"
+ versionCode 225
+ versionName "2.4.0-beta.6"
13
14
javaCompileOptions {
15
annotationProcessorOptions {
fastlane/metadata/android/en-US/changelogs/225.txt
@@ -0,0 +1,2 @@
1
+- Fixed crash on the tags management screen.
2
+- Fixed annotations.
0 commit comments