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' } }