Skip to content

Commit a39e9f3

Browse files
committed
1.5.0
1 parent ef1c6ab commit a39e9f3

File tree

82 files changed

+197
-38
lines changed

Some content is hidden

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

82 files changed

+197
-38
lines changed

CHANGELOG.md

100755100644
Lines changed: 8 additions & 0 deletions

LICENSE

100755100644
File mode changed.

README.md

100755100644
Lines changed: 20 additions & 5 deletions

app/build.gradle

100755100644
Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,16 @@ plugins {
44
}
55

66
android {
7+
namespace 'com.starmicronics.starxpandsdk'
8+
79
compileSdkVersion 33
810

911
defaultConfig {
1012
applicationId "com.starmicronics.starxpandsdk"
1113
minSdkVersion 28
1214
targetSdkVersion 33
1315
versionCode 1
14-
versionName "1.4.0"
16+
versionName "1.5.0"
1517

1618
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1719
}
@@ -32,15 +34,15 @@ android {
3234
}
3335

3436
dependencies {
35-
implementation 'com.starmicronics:stario10:1.4.0'
37+
implementation 'com.starmicronics:stario10:1.5.0'
3638
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
3739
implementation 'androidx.core:core-ktx:1.7.0'
38-
implementation 'androidx.appcompat:appcompat:1.4.1'
39-
implementation 'com.google.android.material:material:1.5.0'
40-
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
41-
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.3'
42-
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.4.3'
40+
implementation 'androidx.appcompat:appcompat:1.6.1'
41+
implementation 'com.google.android.material:material:1.9.0'
42+
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
43+
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4'
44+
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4'
4345
testImplementation 'junit:junit:4.+'
44-
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
45-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
46+
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
47+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
4648
}

app/proguard-rules.pro

100755100644
File mode changed.

app/src/main/AndroidManifest.xml

100755100644
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3-
package="com.starmicronics.starxpandsdk">
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
43

54
<application
65
android:allowBackup="true"

app/src/main/java/com/starmicronics/starxpandsdk/DiscoveryActivity.kt

100755100644
File mode changed.

app/src/main/java/com/starmicronics/starxpandsdk/MainActivity.kt

100755100644
File mode changed.

app/src/main/java/com/starmicronics/starxpandsdk/MonitorActivity.kt

100755100644
File mode changed.

app/src/main/java/com/starmicronics/starxpandsdk/PrintingActivity.kt

100755100644
File mode changed.

0 commit comments

Comments
 (0)