We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e1489a commit 808cae8Copy full SHA for 808cae8
metadata/en-US/changelogs/38.txt
@@ -0,0 +1,3 @@
1
+Adds annotation export (text and markdown) and includes source pathname when viewing a collection.
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 37
38
- versionName "1.1.29"
+ versionCode 38
+ versionName "1.1.30"
39
40
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
41
}
0 commit comments