Skip to content

Commit

Permalink
Revert "Update gradle wrapper and build-tools version for flutter cre…
Browse files Browse the repository at this point in the history
…ate." (flutter#8940)

* Revert "use color.shadeXxx instead of color[Xxx] (flutter#8932)"

This reverts commit 578ca0a.

* Revert "add missing const keyword (flutter#8931)"

This reverts commit fac2fac.

* Revert "Make min/max fling velocity and min fling distance ScrollPhysics properties (flutter#8928)"

This reverts commit dac80aa.

* Revert "Defer to operating system for whichAll (flutter#8921)"

This reverts commit 14933de.

* Revert "Update gradle wrapper and build-tools version for flutter create. (flutter#8914)"

This reverts commit deb71cc.
  • Loading branch information
mit-mit authored and Hixie committed Mar 22, 2017
1 parent 578ca0a commit 15e51a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/flutter_tools/gradle/flutter.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.0'
classpath 'com.android.tools.build:gradle:2.2.3'
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:2.3.0'
classpath 'com.android.tools.build:gradle:2.2.3'
}
}

Expand All @@ -24,5 +24,5 @@ task clean(type: Delete) {
}

task wrapper(type: Wrapper) {
gradleVersion = '3.4.1'
gradleVersion = '2.14.1'
}

0 comments on commit 15e51a9

Please sign in to comment.