Skip to content

Commit 1508e45

Browse files
authored
Merge pull request #12 from cslrfid/release-1.19.0
LNA Settings and Impinj Extensions
2 parents fa8ac13 + 6680f5a commit 1508e45

File tree

141 files changed

+4201
-2733
lines changed

Some content is hidden

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

141 files changed

+4201
-2733
lines changed

.idea/caches/build_file_checksums.ser

0 Bytes
Binary file not shown.

.idea/gradle.xml

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/jarRepositories.xml

Lines changed: 25 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ android {
66
applicationId "com.csl.cs108ademoapp"
77
minSdkVersion 19
88
targetSdkVersion 28
9-
versionCode 22
10-
versionName "1.17.0"
9+
versionCode 24
10+
versionName "1.19.0"
1111
}
1212
compileOptions {
1313
sourceCompatibility JavaVersion.VERSION_1_7
@@ -16,7 +16,7 @@ android {
1616
}
1717

1818
dependencies {
19-
compile fileTree(include: ['*.jar'], dir: 'libs')
20-
compile project(':cs108library4a')
21-
compile 'com.android.support:design:28.0.0'
19+
implementation fileTree(include: ['*.jar'], dir: 'libs')
20+
implementation project(':cs108library4a')
21+
implementation 'com.android.support:design:28.0.0'
2222
}
-1.94 MB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)