Skip to content

dblys152/shared

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shared

공용 유틸 라이브러리로 사용하고 있는 프로젝트입니다.

Using The Library

  1. maven { url 'https://jitpack.io' } 추가
allprojects {
    repositories {
        mavenCentral()
        maven { url 'https://jitpack.io' }
    }
}
  1. 의존성 추가
dependencies {
    implementation 'com.github.dblys152:shared:1.0.7'
}