Step 1: Create Android Library
implementation(project(":mylibrary"))
Step 2: Create Github Account
Step 3: Publish Android Library On Github
maven(url = "https://jitpack.io")
implementation ("com.github.wlprojt:dimage:1.0")
implementation(project(":mylibrary"))
maven(url = "https://jitpack.io")
implementation ("com.github.wlprojt:dimage:1.0")
Power Of Compounding 1 = 1 2 = 2 3 = 4 4 = 8 5 = 16 6 = 32 7 = 64 8 = 128 9 = 256 10 = 512 11 = 1024 12 = 2048 13 = 4096 14 = 8192 15 = 163...
No comments:
Post a Comment