Minor automatic changes

This commit is contained in:
jacques 2020-12-07 11:09:03 +01:00
parent c584cbd620
commit 8efec951ef

View file

@ -9,7 +9,7 @@ android {
/*Setting default value for versionBuild which is the last incremented value stored in the file */
if (versionPropsFile.canRead()) {
def Properties versionProps = new Properties()
Properties versionProps = new Properties()
versionProps.load(new FileInputStream(versionPropsFile))
versionBuild = versionProps['VERSION_BUILD'].toInteger()
} else {
@ -88,5 +88,5 @@ dependencies {
debugImplementation 'com.amitshekhar.android:debug-db:1.0.6'
implementation 'za.co.riggaroo:materialhelptutorial:1.+'
implementation 'za.co.riggaroo:materialhelptutorial:'
}