Skip to content

Commit 1634849

Browse files
1.5.0
1 parent f890d51 commit 1634849

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+1129
-1265
lines changed

CHANGELOG.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

Documents/readme.url

100644100755
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
[InternetShortcut]
2-
URL=https://www.star-m.jp/starmgsiosdk-oml-android.html
1+
[InternetShortcut]
2+
URL=https://www.star-m.jp/starmgsiosdk-oml-android.html

LICENSE

Lines changed: 0 additions & 98 deletions
This file was deleted.

SDK/.gitignore

Lines changed: 0 additions & 32 deletions
This file was deleted.

SDK/.idea/gradle.xml

Lines changed: 0 additions & 21 deletions
This file was deleted.

SDK/app/src/main/res/xml/device_filter.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

Software/Distributables/starmgsio.jar

107 KB
Binary file not shown.
Lines changed: 28 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,28 @@
1-
apply plugin: 'com.android.application'
2-
3-
android {
4-
compileSdkVersion 31
5-
defaultConfig {
6-
applicationId "com.starmicronics.starmgsiosdk"
7-
minSdkVersion 23
8-
targetSdkVersion 31
9-
versionCode 1
10-
versionName "1.4.0"
11-
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
12-
}
13-
buildTypes {
14-
release {
15-
minifyEnabled false
16-
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
17-
}
18-
}
19-
}
20-
21-
dependencies {
22-
implementation files('../../Distributables/starmgsio.jar')
23-
/*implementation 'com.starmicronics:starmgsio:1.2.0'*/
24-
implementation 'androidx.appcompat:appcompat:1.0.2'
25-
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
26-
testImplementation 'junit:junit:4.12'
27-
androidTestImplementation 'androidx.test:runner:1.2.0'
28-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
29-
}
1+
apply plugin: 'com.android.application'
2+
3+
android {
4+
compileSdkVersion 33
5+
defaultConfig {
6+
applicationId "com.starmicronics.starmgsiosdk"
7+
minSdkVersion 23
8+
targetSdkVersion 33
9+
versionCode 1
10+
versionName "1.5.0"
11+
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
12+
}
13+
buildTypes {
14+
release {
15+
minifyEnabled false
16+
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
17+
}
18+
}
19+
}
20+
21+
dependencies {
22+
implementation 'com.starmicronics:starmgsio:1.5.0'
23+
implementation 'androidx.appcompat:appcompat:1.0.2'
24+
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
25+
testImplementation 'junit:junit:4.12'
26+
androidTestImplementation 'androidx.test:runner:1.2.0'
27+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
28+
}

0 commit comments

Comments
 (0)