Skip to content

Commit

Permalink
revert gradle download plugin import (#24863)
Browse files Browse the repository at this point in the history
Summary:
Revert Gradle download plugin import, because new way is causing some issues when building from source.

## Changelog

[Android] [Changed] - revert Gradle download plugin import
Pull Request resolved: #24863

Differential Revision: D15352002

Pulled By: cpojer

fbshipit-source-id: 5996ce8aeeca1fdd8b43fdc9087af705cf7f682d
  • Loading branch information
Dulmandakh authored and facebook-github-bot committed May 15, 2019
1 parent a203ebe commit 654868d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ReactAndroid/build.gradle
Expand Up @@ -6,7 +6,7 @@
plugins {
id("com.android.library")
id("maven")
id("de.undercouch.download") version "3.4.3"
id("de.undercouch.download")
}

import de.undercouch.gradle.tasks.download.Download
Expand Down
1 change: 1 addition & 0 deletions build.gradle.kts
Expand Up @@ -11,6 +11,7 @@ buildscript {
}
dependencies {
classpath("com.android.tools.build:gradle:3.4.0")
classpath("de.undercouch:gradle-download-task:3.4.3")

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down

0 comments on commit 654868d

Please sign in to comment.