Skip to content
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'
  }
Clone this wiki locally