Skip to content

Commit

Permalink
0.15.7 bugfix and library updates
Browse files Browse the repository at this point in the history
  • Loading branch information
richrobe committed Dec 11, 2020
1 parent daa3619 commit 5f89dc3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SensorLib/sensorlib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ android {

def versionMajor = 0
def versionMinor = 15
def versionPatch = 6
def versionPatch = 7

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

Expand Down

0 comments on commit 5f89dc3

Please sign in to comment.