Bumping versions and updating README
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
apply plugin: 'com.android.application'
|
||||
|
||||
final def versionMajor = 0
|
||||
final def versionMajor = 1
|
||||
final def versionMinor = 0
|
||||
final def versionPatch = 3
|
||||
final def androidVersionCode = 3
|
||||
final def versionPatch = 0
|
||||
final def androidVersionCode = 100
|
||||
|
||||
final def targetSdk = rootProject.targetSdkVersion;
|
||||
final def minSdkRed = rootProject.minSdkVersion;
|
||||
|
||||
Reference in New Issue
Block a user