Skip to content

Commit

Permalink
Issue #199: Use gradle script from AC master branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
pocmo committed Jan 9, 2019
1 parent c093d66 commit 25dffd5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/build.gradle
Expand Up @@ -231,4 +231,6 @@ task printBuildVariants {
}
}

apply from: 'https://github.com/mozilla-mobile/android-components/raw/v' + Versions.mozilla_android_components + '/components/service/glean/scripts/sdk_generator.gradle'
// Normally this should use the same version as the dependency. But since we are using snapshots we can't reference a
// git tag. So we are just using "master" and hoping for the best.
apply from: 'https://github.com/mozilla-mobile/android-components/raw/master/components/service/glean/scripts/sdk_generator.gradle'

0 comments on commit 25dffd5

Please sign in to comment.