Update gradle and increase ghost theme price again

This commit is contained in:
Lonami Exo 2017-05-14 17:29:54 +02:00
parent 9106292543
commit 47f07f056c
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "Ghost", "name": "Ghost",
"price": 50, "price": 75,
"colors": { "colors": {
"background": "001000ff", "background": "001000ff",
"foreground": "bbffbbcc", "foreground": "bbffbbcc",

View file

@ -1,5 +1,5 @@
android { android {
buildToolsVersion "25.0.2" buildToolsVersion "25.0.3"
compileSdkVersion 25 compileSdkVersion 25
sourceSets { sourceSets {
main { main {

View file

@ -7,7 +7,7 @@ buildscript {
} }
dependencies { dependencies {
classpath 'de.richsource.gradle.plugins:gwt-gradle-plugin:0.6' 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' classpath 'com.mobidevelop.robovm:robovm-gradle-plugin:2.3.0'
} }
} }