Provides simple way to upload your apk file on Google Play using the Google Play Developer Publishing API.
java -jar gppublisher.jar -n "MyCompany-Application/1.0" -p "com.example.MyApp" -k "./key.json" -apk "./apk.apk" -t "internal,alpha,custom"
The following options are required: -sa, -serviceAccountEmail -n, -appName -T, -tracks -t, -track -k, -jsonKey -p, -packageName -a, -apk, -aab
- *
-a
,-apk
,-aab
- The file path to the apk/aab artifact. - *
-n
,-appName
- The name of your application. Suggested format is "MyCompany-Application/1.0". - *
-k
,-jsonKey
- The service account key.json file path or file content as text. - *
-p
,-packageName
- The package name of the app. - *
-t
,-tracks
- Comma separated track names for assigning artifact. Can be "internal", "alpha", "beta", "production", "rollout", or any custom. If not set - artifact will not be assigned to any tracks. -l
,-listings
- The file path to recent changes in format: [BCP47 Language Code]:[recentchanges file path]. Multiple listing thought comma. Sample:en-US:C:\temp\listing_en.txt
.-fraction
- The rollout fraction. Acceptable values are 0.05, 0.1, 0.2, and 0.5.-df
,-deobfuscation
- The file path to the deobfuscation file.-help
- Print usage.
./gradlew shadowJar
Every contribution is welcome!
If you have any ideas or feature requests, don't hesitate to reach out to me 😉
Copyright 2016 Roman Donchenko
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.