/camera

Primary LanguageKotlin

Camera库

安装方式

  1. Add the JitPack repository to your build file
allprojects {
    repositories {
        ...
        maven { url 'https://jitpack.io' }
    }
}
  1. Add the dependency
implementation 'com.github.xionghaoo:camera:Tag'