File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
77 dependencies {
88 classpath ' com.android.tools.build:gradle:1.5.0'
99 if (! project. hasProperty(" pluginCompile" )) {
10- classpath ' com.github.droidpl:grillplugin:1.1.3 '
10+ classpath ' com.github.droidpl:grillplugin:1.1.4 '
1111 classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.4'
1212 classpath ' com.github.dcendents:android-maven-gradle-plugin:1.3'
1313 }
Original file line number Diff line number Diff line change 11apply plugin : " groovy"
22
33group = " com.github.droidpl"
4- version = " 1.1.3 "
4+ version = " 1.1.4 "
55
6- targetCompatibility = JavaVersion . VERSION_1_6
7- sourceCompatibility = JavaVersion . VERSION_1_6
6+ targetCompatibility = JavaVersion . VERSION_1_7
7+ sourceCompatibility = JavaVersion . VERSION_1_7
88
99repositories {
1010 maven { url " https://plugins.gradle.org/m2/" }
You can’t perform that action at this time.
0 commit comments