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'])
     }
 }
diff --git a/app/src/main/play/contactEmail b/app/src/main/play/contact-email.txt
similarity index 100%
rename from app/src/main/play/contactEmail
rename to app/src/main/play/contact-email.txt
diff --git a/app/src/main/play/contact-website.txt b/app/src/main/play/contact-website.txt
new file mode 100644
index 0000000..c06ed03
--- /dev/null
+++ b/app/src/main/play/contact-website.txt
@@ -0,0 +1 @@
+https://named-data.net
\ No newline at end of file
diff --git a/app/src/main/play/contactPhone b/app/src/main/play/contactPhone
deleted file mode 100644
index e69de29..0000000
--- a/app/src/main/play/contactPhone
+++ /dev/null
diff --git a/app/src/main/play/contactWebsite b/app/src/main/play/contactWebsite
deleted file mode 100644
index b2845c5..0000000
--- a/app/src/main/play/contactWebsite
+++ /dev/null
@@ -1 +0,0 @@
-http://named-data.net
\ No newline at end of file
diff --git a/app/src/main/play/defaultLanguage b/app/src/main/play/default-language.txt
similarity index 100%
rename from app/src/main/play/defaultLanguage
rename to app/src/main/play/default-language.txt
diff --git a/app/src/main/play/en-US/listing/video b/app/src/main/play/en-US/listing/video
deleted file mode 100644
index e69de29..0000000
--- a/app/src/main/play/en-US/listing/video
+++ /dev/null
diff --git a/app/src/main/play/en-US/listing/fulldescription b/app/src/main/play/listings/en-US/full-description.txt
similarity index 100%
rename from app/src/main/play/en-US/listing/fulldescription
rename to app/src/main/play/listings/en-US/full-description.txt
diff --git a/app/src/main/play/listings/en-US/graphics/feature-graphic/5237677141876077531.png b/app/src/main/play/listings/en-US/graphics/feature-graphic/5237677141876077531.png
new file mode 100644
index 0000000..d097977
--- /dev/null
+++ b/app/src/main/play/listings/en-US/graphics/feature-graphic/5237677141876077531.png
Binary files differ
diff --git a/app/src/main/play/listings/en-US/graphics/icon/10926490113127511972.png b/app/src/main/play/listings/en-US/graphics/icon/10926490113127511972.png
new file mode 100644
index 0000000..ecefdbe
--- /dev/null
+++ b/app/src/main/play/listings/en-US/graphics/icon/10926490113127511972.png
Binary files differ
diff --git a/app/src/main/play/listings/en-US/graphics/phone-screenshots/1174680317794011972.png b/app/src/main/play/listings/en-US/graphics/phone-screenshots/1174680317794011972.png
new file mode 100644
index 0000000..8f9d09c
--- /dev/null
+++ b/app/src/main/play/listings/en-US/graphics/phone-screenshots/1174680317794011972.png
Binary files differ
diff --git a/app/src/main/play/listings/en-US/graphics/phone-screenshots/13088611630469511818.png b/app/src/main/play/listings/en-US/graphics/phone-screenshots/13088611630469511818.png
new file mode 100644
index 0000000..88a5ae1
--- /dev/null
+++ b/app/src/main/play/listings/en-US/graphics/phone-screenshots/13088611630469511818.png
Binary files differ
diff --git a/app/src/main/play/listings/en-US/graphics/phone-screenshots/8610548870873111104.png b/app/src/main/play/listings/en-US/graphics/phone-screenshots/8610548870873111104.png
new file mode 100644
index 0000000..88b248c
--- /dev/null
+++ b/app/src/main/play/listings/en-US/graphics/phone-screenshots/8610548870873111104.png
Binary files differ
diff --git a/app/src/main/play/listings/en-US/graphics/phone-screenshots/9314260737139509802.png b/app/src/main/play/listings/en-US/graphics/phone-screenshots/9314260737139509802.png
new file mode 100644
index 0000000..ae76344
--- /dev/null
+++ b/app/src/main/play/listings/en-US/graphics/phone-screenshots/9314260737139509802.png
Binary files differ
diff --git a/app/src/main/play/en-US/listing/shortdescription b/app/src/main/play/listings/en-US/short-description.txt
similarity index 100%
rename from app/src/main/play/en-US/listing/shortdescription
rename to app/src/main/play/listings/en-US/short-description.txt
diff --git a/app/src/main/play/en-US/listing/title b/app/src/main/play/listings/en-US/title.txt
similarity index 100%
rename from app/src/main/play/en-US/listing/title
rename to app/src/main/play/listings/en-US/title.txt
diff --git a/app/src/main/play/release-notes/en-US/production.txt b/app/src/main/play/release-notes/en-US/production.txt
new file mode 100644
index 0000000..21119db
--- /dev/null
+++ b/app/src/main/play/release-notes/en-US/production.txt
@@ -0,0 +1,5 @@
+- A new bottom navigation menu
+- A new nicer style for the drawer navigation menu
+- Fix bug with ping unexpectedly starting after reopening app
+- Fix crash if pressing HOME key while ping client is running
+- Codebase transitioned to AndroidX framework
\ No newline at end of file
diff --git a/build.gradle b/build.gradle
index 945872d..3f69f62 100644
--- a/build.gradle
+++ b/build.gradle
@@ -11,7 +11,7 @@
     dependencies {
         classpath 'com.android.tools.build:gradle:3.4.0'
         // classpath 'net.named-data.playground:play-publisher:1.2.0-2-SNAPSHOT'
-        classpath 'com.github.triplet.gradle:play-publisher:1.2.0'
+        classpath 'com.github.triplet.gradle:play-publisher:2.3.0-SNAPSHOT'
 
         // NOTE: Do not place your application dependencies here; they belong
         // in the individual module build.gradle files