We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a898390 commit e5b9a0fCopy full SHA for e5b9a0f
metadata/en-US/changelogs/37.txt
@@ -0,0 +1,3 @@
1
+Fixes a bug affecting creating annotations from source from within the application and polishes the color scheme.
2
+
3
+See the full release notes and source code for this release here: https://github.com/literal-io/literal/releases/tag/v1.1.29
packages/android/app/build.gradle
@@ -34,8 +34,8 @@ android {
34
applicationId "io.literal"
35
minSdkVersion 26
36
targetSdkVersion 30
37
- versionCode 36
38
- versionName "1.1.28"
+ versionCode 37
+ versionName "1.1.29"
39
40
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
41
}
0 commit comments