Bumping versions and updating README

This commit is contained in:
Alexandros Schillings
2015-07-13 15:06:08 +01:00
parent f68b2f5950
commit 262fa72910
4 changed files with 16 additions and 9 deletions
+3 -3
View File
@@ -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;