For openJDK 11 and AGP 7.0.0 +
- Please read every single note for detail
- Tutorial Click Here
- Kotlin DSL Click Here
Repository for testing build from jitpack.io
- Red : Failed
- Green : Success / Pass
This Is Latest Release
$version_release = 1.1.3
$version_dcendents = 2.1
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 *
* Renaming JitPack Library Guide Into JitPack Library Groovy Guide *
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-groovy-guide:1.1.3'
}
jdk:
- openjdk11
dependencies {
...
// NOTE : This classpath use for multiple library module
classpath 'com.github.dcendents:android-maven-gradle-plugin:$version_dcendents'
}
- Attention : Choose one of the options below
apply plugin: 'com.android.library'
...
apply plugin: 'maven-publish'
plugins {
id 'com.android.library'
...
id 'maven-publish'
}
// NOTE : Delete afterEvaluate code if you publish Native Java / Kotlin Library
// NOTE : Just Using publishing function
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 (Example : "com.frogobox.androidfirstlib")
// NOTE : Different GroupId For Each Library / Module, So That Each Library Is Not Overwritten
groupId = projectFirstLibraryId
// Library Name / Module Name (Example : "androidfirstlib")
// NOTE : Different ArtifactId For Each Library / Module, So That Each Library Is Not Overwritten
artifactId = firstLibrary
// Version Library Name (Example : "1.0.0")
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