https://github.com/jaredsburrows/android-gradle-publish-example
TBD
https://github.com/jaredsburrows/android-gradle-publish-example
Last synced: about 1 month ago
JSON representation
TBD
- Host: GitHub
- URL: https://github.com/jaredsburrows/android-gradle-publish-example
- Owner: jaredsburrows
- License: apache-2.0
- Created: 2018-11-05T04:01:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-22T05:07:10.000Z (over 7 years ago)
- Last Synced: 2025-03-05T00:47:16.767Z (over 1 year ago)
- Language: Kotlin
- Size: 133 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Publish to Google Play on Successful Builds
[](http://www.apache.org/licenses/LICENSE-2.0)
[](https://travis-ci.org/jaredsburrows/android-gradle-publish-example)
[](https://twitter.com/jaredsburrows)
Basic example of auto publishing APKs to Google Play as Alpha builds. This is similar to publishing
"snapshots" to Maven or Jcenter's Snapshot repository.
**Publish Builds:**
gradlew publishApkRelease -Ptrack=production
## License
Copyright (C) 2018 Jared Burrows
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.