Skip to content

Commit 8c44be5

Browse files
V5.15.1
1 parent b082d14 commit 8c44be5

File tree

4 files changed

+17
-6
lines changed

4 files changed

+17
-6
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# V5.15.1
2+
3+
## StarIO
4+
- Added new Bluetooth module information for SM-L200.
5+
6+
## starioextension
7+
- Fixed an issue where apps configured to use AndroidX could not be built if Jetifier was not used.
8+
9+
stario (Ver. 2.10.1)
10+
starioextension (Ver. 1.15.1)
11+
112
# V5.15.0
213

314
## StarIO

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ Beginning from StarIOPort3.1.jar V2.6.0 (StarPRNT SDK V5.11.0), the releasePort
2929

3030
## Copyright
3131

32-
Copyright 2016-2021 Star Micronics Co., Ltd. All rights reserved.
32+
Copyright 2016-2022 Star Micronics Co., Ltd. All rights reserved.

SDK/app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ android {
99
minSdkVersion 21
1010
targetSdkVersion 31
1111

12-
versionCode 63
13-
versionName "5.15.0"
12+
versionCode 68
13+
versionName "5.15.1"
1414
}
1515
buildTypes {
1616
release {
@@ -21,8 +21,8 @@ android {
2121
}
2222

2323
dependencies {
24-
implementation 'com.starmicronics:stario:2.10.0'
25-
implementation 'com.starmicronics:starioextension:1.15.0'
24+
implementation 'com.starmicronics:stario:2.10.1'
25+
implementation 'com.starmicronics:starioextension:1.15.1'
2626
implementation 'androidx.appcompat:appcompat:1.1.0'
2727
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
2828
}

SDK/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
# This option should only be used with decoupled projects. More details, visit
1717
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1818
# org.gradle.parallel=true
19-
android.enableJetifier=true
19+
#android.enableJetifier=true
2020
android.useAndroidX=true

0 commit comments

Comments
 (0)