Repository for testing build from jitpack.io
- Red : Failed
- Green : Success / Pass
This Is Latest Release
$version_release = 1.1.0
What's New??
* Update Build Gradle to 7.0.2 *
* Enhance Performance *
* Android Library First *
* Android Library Second *
* Kotlin Library *
* Experimental 3 Library *
* Experimental Java/Kotlin Library *
Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.amirisback:jitpack-library-test:1.1.0'
}
jdk:
- openjdk11
plugins {
id 'com.android.library'
...
id 'maven-publish'
}
afterEvaluate {
publishing {
publications {
// Creates a Maven publication called "release".
release(MavenPublication) {
// Applies the component for the release build variant.
from components.release
// Library Package Name
groupId = 'com.frogobox.sample'
// Github Repository Name
artifactId = 'jitpack-library-test'
// Version Library Name
version = "$projectVersionName"
}
}
}
}
Very open to anyone, I'll write your name under this, please contribute by sending an email to me
- Mail To faisalamircs@gmail.com
- Subject : Github _ [Github-Username-Account] _ [Language] _ [Repository-Name]
- Example : Github_amirisback_kotlin_admob-helper-implementation
Name Of Contribute
- Muhammad Faisal Amir
- Waiting List
- Waiting List
Waiting for your contribute
- Please enjoy and don't forget fork and give a star
- Don't Forget Follow My Github Account