-
Notifications
You must be signed in to change notification settings - Fork 0
Home
kmaxdeveloper edited this page Dec 16, 2022
·
1 revision
Welcome to the BaseLibrary wiki!
Step 1. Add the JitPack repository to your build file
allprojects {
repositories {
...
maven { url 'https://jitpack.io'
}
}
}
Now version is #1.0.0
Step 2. Add the dependency
dependencies {
implementation 'com.github.kmaxdeveloper:BaseLibrary:1.0.0'
}