Skip to content

Commit 5f89dc3

Browse files
committed
0.15.7 bugfix and library updates
1 parent daa3619 commit 5f89dc3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

SensorLib/sensorlib/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ android {
4040

4141
def versionMajor = 0
4242
def versionMinor = 15
43-
def versionPatch = 6
43+
def versionPatch = 7
4444

4545
versionCode versionMajor * 10000 + versionMinor * 100 + versionPatch
4646
versionName "${versionMajor}.${versionMinor}.${versionPatch}" + "_" + getGitDate() + "-" + getGitHash()
@@ -58,9 +58,9 @@ dependencies {
5858
implementation fileTree(include: ['*.jar'], dir: 'libs')
5959
implementation group: 'org.apache.commons', name: 'commons-text', version: '1.7'
6060
implementation 'androidx.appcompat:appcompat:1.2.0'
61-
implementation 'androidx.recyclerview:recyclerview:1.2.0-alpha06'
61+
implementation 'androidx.recyclerview:recyclerview:1.2.0-beta01'
6262
implementation 'androidx.cardview:cardview:1.0.0'
63-
implementation 'com.google.android.material:material:1.3.0-alpha03'
63+
implementation 'com.google.android.material:material:1.3.0-alpha04'
6464
implementation 'com.github.PhilJay:MPAndroidChart:v3.1.0'
6565
implementation 'com.xeoh.android:checkboxgroup:1.0.1'
6666

0 commit comments

Comments
 (0)