Skip to content

Commit e5b9a0f

Browse files
committed
chore: release 1.1.29
1 parent a898390 commit e5b9a0f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

metadata/en-US/changelogs/37.txt

+3
Original file line numberDiff line numberDiff line change
@@ -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

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ android {
3434
applicationId "io.literal"
3535
minSdkVersion 26
3636
targetSdkVersion 30
37-
versionCode 36
38-
versionName "1.1.28"
37+
versionCode 37
38+
versionName "1.1.29"
3939

4040
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
4141
}

0 commit comments

Comments
 (0)