mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-22 04:29:22 +01:00
Minor automatic changes
This commit is contained in:
parent
c584cbd620
commit
8efec951ef
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ android {
|
||||||
|
|
||||||
/*Setting default value for versionBuild which is the last incremented value stored in the file */
|
/*Setting default value for versionBuild which is the last incremented value stored in the file */
|
||||||
if (versionPropsFile.canRead()) {
|
if (versionPropsFile.canRead()) {
|
||||||
def Properties versionProps = new Properties()
|
Properties versionProps = new Properties()
|
||||||
versionProps.load(new FileInputStream(versionPropsFile))
|
versionProps.load(new FileInputStream(versionPropsFile))
|
||||||
versionBuild = versionProps['VERSION_BUILD'].toInteger()
|
versionBuild = versionProps['VERSION_BUILD'].toInteger()
|
||||||
} else {
|
} else {
|
||||||
|
@ -88,5 +88,5 @@ dependencies {
|
||||||
|
|
||||||
debugImplementation 'com.amitshekhar.android:debug-db:1.0.6'
|
debugImplementation 'com.amitshekhar.android:debug-db:1.0.6'
|
||||||
|
|
||||||
implementation 'za.co.riggaroo:materialhelptutorial:1.+'
|
implementation 'za.co.riggaroo:materialhelptutorial:'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue