Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kami-kamran/publishing-android-library-on-azure-artifacts
Publish an Android Library to Azure Artifacts Using Mavin (Gradle Plugin)
https://github.com/kami-kamran/publishing-android-library-on-azure-artifacts
android-development android-library azure azure-artifacts azure-devops devops live maven-plugin publish publishing sdk-android
Last synced: 5 days ago
JSON representation
Publish an Android Library to Azure Artifacts Using Mavin (Gradle Plugin)
- Host: GitHub
- URL: https://github.com/kami-kamran/publishing-android-library-on-azure-artifacts
- Owner: kami-kamran
- Created: 2024-05-31T05:16:14.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-31T05:55:23.000Z (7 months ago)
- Last Synced: 2024-10-31T09:11:51.270Z (about 2 months ago)
- Topics: android-development, android-library, azure, azure-artifacts, azure-devops, devops, live, maven-plugin, publish, publishing, sdk-android
- Language: Kotlin
- Homepage:
- Size: 111 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# publishing-android-library-on-azure-artifacts
**Publish an Android Library to Azure****Complete Step by Step **
https://medium.com/@kami1/publish-an-android-library-to-azure-9f394ee25120
In this article we are going to configure an android library with Mavin Publish Plugin and publish it to Azure Artifacts then use it in an android app
**Table of contents**
1. Basic Concepts and Terminologies
2. Configuring the Android Library with Maven Publish Plugin
3. Configure and Prepare Azure Artifact to Host a Maven Repository
4. Publishing the Android Library to Azure Artifacts
5. Using the Published Android Library in Another App
you can find all the Steps in my Article on medium
**https://medium.com/@kami1/publish-an-android-library-to-azure-9f394ee25120**