summaryrefslogtreecommitdiff
path: root/main/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'main/build.gradle')
-rw-r--r--main/build.gradle8
1 files changed, 3 insertions, 5 deletions
diff --git a/main/build.gradle b/main/build.gradle
index 0f026f5f..ffd55009 100644
--- a/main/build.gradle
+++ b/main/build.gradle
@@ -1,5 +1,3 @@
-
-
apply plugin: 'com.android.application'
repositories {
@@ -15,12 +13,12 @@ dependencies {
android {
compileSdkVersion 21
- buildToolsVersion "21.0.2"
+ buildToolsVersion "21.1.1"
defaultConfig {
minSdkVersion 14
targetSdkVersion 21
- versionCode = 104
- versionName = "0.6.23"
+ versionCode = 105
+ versionName = "0.6.24"
}
sourceSets {