Skip to content

Commit f749478

Browse files
committed
Updates for v1.13.0
- Changed the access message display for more information - Updated battery percentage checking curves and the battery low threshold - Improved version checking routine
1 parent ad47b69 commit f749478

File tree

48 files changed

+10607
-94
lines changed

Some content is hidden

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

48 files changed

+10607
-94
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ android {
66
applicationId "com.csl.cs108ademoapp"
77
minSdkVersion 19
88
targetSdkVersion 26
9-
versionCode 17
10-
versionName "1.12.0"
9+
versionCode 18
10+
versionName "1.13.0"
1111
}
1212
compileOptions {
1313
sourceCompatibility JavaVersion.VERSION_1_7
@@ -17,6 +17,6 @@ android {
1717

1818
dependencies {
1919
compile fileTree(include: ['*.jar'], dir: 'libs')
20+
compile project(':cs108library4a')
2021
compile 'com.android.support:design:26.1.0'
21-
implementation project(':cs108library4a-debug')
2222
}

app/libs/cs108library4a-debug.aar

-86.2 KB
Binary file not shown.
108 KB
Binary file not shown.
-1.97 MB
Binary file not shown.
-1.97 MB
Binary file not shown.
-1.97 MB
Binary file not shown.
2.75 MB
Binary file not shown.
1.97 MB
Binary file not shown.
1.97 MB
Binary file not shown.

0 commit comments

Comments
 (0)