We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f986b9f commit 1e147feCopy full SHA for 1e147fe
metadata/en-US/changelogs/34.txt
@@ -0,0 +1,3 @@
1
+Various stability improvements to annotation creation and capture.
2
+
3
+See the full release notes and source code for this release here: https://github.com/literal-io/literal/releases/tag/v1.1.26
packages/android/app/build.gradle
@@ -34,8 +34,8 @@ android {
34
applicationId "io.literal"
35
minSdkVersion 26
36
targetSdkVersion 30
37
- versionCode 33
38
- versionName "1.1.25"
+ versionCode 34
+ versionName "1.1.26"
39
40
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
41
}
0 commit comments