We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 023306c commit b130687Copy full SHA for b130687
metadata/en-US/changelogs/39.txt
@@ -0,0 +1,3 @@
1
+Fixes tagging on annotation creation and tweaks annotation export to broaden share targets.
2
+
3
+See the full release notes and source code for this release here: https://github.com/literal-io/literal/releases/tag/v1.1.30
packages/android/app/build.gradle
@@ -34,8 +34,8 @@ android {
34
applicationId "io.literal"
35
minSdkVersion 26
36
targetSdkVersion 30
37
- versionCode 38
38
- versionName "1.1.30"
+ versionCode 39
+ versionName "1.1.31"
39
40
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
41
}
0 commit comments