File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments