Skip to content

Commit 0c9573e

Browse files
update dependency
1 parent dfa4bdb commit 0c9573e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ dependencies {
8888
implementation fileTree(include: ['*.jar'], dir: 'libs')
8989
implementation 'com.android.support:appcompat-v7:26.1.0'
9090
implementation 'com.android.support:design:26.1.0'
91-
implementation 'org.apache.commons:commons-lang3:3.6'
91+
implementation 'org.apache.commons:commons-lang3:3.7'
9292
implementation 'org.apache.commons:commons-collections4:4.1'
9393
implementation 'com.jjoe64:graphview:4.2.1'
9494
// Unit Test Dependencies

app/build.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#Build Properties
2-
#Sun Nov 19 12:41:39 EST 2017
2+
#Sun Nov 19 13:25:01 EST 2017
33
version_minor=8
4-
version_build=22
4+
version_build=23
55
version_patch=7
6-
version_store=33
76
version_major=1
7+
version_store=33

0 commit comments

Comments
 (0)