Skip to content

Commit

Permalink
Fix santaTrackerAndroid on release
Browse files Browse the repository at this point in the history
By resetting it to a state where it works with
the baseline.
  • Loading branch information
wolfs committed Aug 12, 2019
1 parent 82133fe commit 1e8ef7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subprojects/performance/templates.gradle
Expand Up @@ -355,7 +355,7 @@ tasks.register("largeAndroidBuild", RemoteProject) {

tasks.register("santaTrackerAndroidBuild", RemoteProject) {
remoteUri = 'https://github.com/gradle/santa-tracker-android.git'
branch = 'agp-3.6.0'
ref = 'e21f21f35fe09599d7caaf27b769d2fcac212de1'
doLast {
new File(outputDirectory, 'santa-tracker/google-services.json').text = """
{
Expand Down

0 comments on commit 1e8ef7f

Please sign in to comment.