File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22All notable changes to this project will be documented in this file.
33
4+ ## [ 0.51.2]
5+
6+ ### Fixed
7+ - Fixed gs1 code parsing
8+
49## [ 0.51.1]
510
611### Fixed
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ buildscript {
1212
1313 dependencies {
1414 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
15- classpath ' com.android.tools.build:gradle:7.0.2 '
15+ classpath ' com.android.tools.build:gradle:7.0.3 '
1616 classpath ' gradle.plugin.com.github.jlouns:gradle-cross-platform-exec-plugin:0.5.0'
1717 classpath " gradle.plugin.gmazzo:sqlite-plugin:0.2"
1818 }
@@ -31,7 +31,7 @@ allprojects {
3131 }
3232
3333 project. ext {
34- sdkVersion= ' 0.51.1 '
34+ sdkVersion= ' 0.51.2 '
3535 versionCode= 1
3636
3737 compileSdkVersion= 31
You can’t perform that action at this time.
0 commit comments