https://github.com/chenhaiteng/jitpackpublishhelpers
Small tool to help setup android libaray publish information
https://github.com/chenhaiteng/jitpackpublishhelpers
Last synced: 3 months ago
JSON representation
Small tool to help setup android libaray publish information
- Host: GitHub
- URL: https://github.com/chenhaiteng/jitpackpublishhelpers
- Owner: chenhaiteng
- License: mit
- Created: 2025-01-14T03:41:37.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-14T06:52:01.000Z (5 months ago)
- Last Synced: 2025-01-22T21:18:43.468Z (5 months ago)
- Language: Shell
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JitPackPublishHelpers
This repository provides scripts to help developer publish android library with [JitPack](https://jitpack.io/).
Those scripts includes:
1. setupPublish.zsh -- Help gathering information from project and git to setup publishing block in gradle file. It will invoke setupDemoApp.zsh and updateSDK.zsh automatically.
2. setupDemoApp.zsh -- Help setup demo app by given module.
3. updateSDK.zsh -- Help setup SDK version and update java environment for specific module.## Quick Start:
### Installation
just download it, and put them into the same folder(ex: /usr/bin or just put it in the root of your android project).### Create an Publishable Android Library Project
1. Open Android Studio, create a new project.
2. In the new project, create a new android library module.
3. Init and setup the git repository of the project.
4. In root of project, just execute setupPublish.zsh, then following the commands to finish your setup.