commit | c701c5aeab3a9ec2377a14c42614e1906c8240a1 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <aa@cs.fiu.edu> | Fri May 03 17:45:11 2019 -0400 |
committer | Alexander Afanasyev <aa@cs.fiu.edu> | Mon May 06 16:39:50 2019 -0400 |
tree | ce40a2f7453bb28b569afe7e8907719d2ce06fa1 | |
parent | 8ef8f1c71e3d53b1b6b6adb33940350f4a77b048 [diff] [blame] |
Update release scripts Change-Id: Ia543128d3be285ab385f277d60b9588d69de6ef9
diff --git a/app/build.gradle b/app/build.gradle index 91b18b0..0cf3a2e 100644 --- a/app/build.gradle +++ b/app/build.gradle
@@ -193,11 +193,10 @@ } if (properties['google-play'] != null) { - // apply plugin: 'net.named-data.playground.play' apply plugin: 'com.github.triplet.play' play { track = 'alpha' - jsonFile = file(properties['google-play']) + serviceAccountCredentials = file(properties['google-play']) } }