From 47f07f056c49d8dc83b8bf45c57e143e7b59998c Mon Sep 17 00:00:00 2001 From: Lonami Exo Date: Sun, 14 May 2017 17:29:54 +0200 Subject: [PATCH] Update gradle and increase ghost theme price again --- android/assets/themes/ghost.theme | 2 +- android/build.gradle | 2 +- build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/android/assets/themes/ghost.theme b/android/assets/themes/ghost.theme index 7a08f35..7b13c03 100644 --- a/android/assets/themes/ghost.theme +++ b/android/assets/themes/ghost.theme @@ -1,6 +1,6 @@ { "name": "Ghost", - "price": 50, + "price": 75, "colors": { "background": "001000ff", "foreground": "bbffbbcc", diff --git a/android/build.gradle b/android/build.gradle index 53e2aa2..082c34d 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,5 +1,5 @@ android { - buildToolsVersion "25.0.2" + buildToolsVersion "25.0.3" compileSdkVersion 25 sourceSets { main { diff --git a/build.gradle b/build.gradle index cf9b08f..fa9208a 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { } dependencies { classpath 'de.richsource.gradle.plugins:gwt-gradle-plugin:0.6' - classpath 'com.android.tools.build:gradle:2.3.1' + classpath 'com.android.tools.build:gradle:2.3.2' classpath 'com.mobidevelop.robovm:robovm-gradle-plugin:2.3.0' } }