Update gradle and increase ghost theme price again
This commit is contained in:
parent
9106292543
commit
47f07f056c
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Ghost",
|
||||
"price": 50,
|
||||
"price": 75,
|
||||
"colors": {
|
||||
"background": "001000ff",
|
||||
"foreground": "bbffbbcc",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
android {
|
||||
buildToolsVersion "25.0.2"
|
||||
buildToolsVersion "25.0.3"
|
||||
compileSdkVersion 25
|
||||
sourceSets {
|
||||
main {
|
||||
|
|
|
@ -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'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue