| | |
| | | implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.1.0" |
| | | implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" |
| | | implementation "com.squareup.retrofit2:retrofit:$rootProject.retrofit_version" |
| | | implementation "com.google.zxing:core:$rootProject.qrcode_version" |
| | | } |
| | | repositories { |
| | | mavenCentral() |
New file |
| | |
| | | package safeluck.drive.evaluation.util; |
| | | |
| | | /** |
| | | * @ProjectName: DriveJudge |
| | | * @Package: safeluck.drive.evaluation.util |
| | | * @ClassName: QRCodeUtil |
| | | * @Description: java类作用描述 |
| | | * @Author: 李占伟 |
| | | * @CreateDate: 2020-04-10 15:58 |
| | | * @UpdateUser: 更新者 |
| | | * @UpdateDate: 2020-04-10 15:58 |
| | | * @UpdateRemark: 更新说明 |
| | | * @Version: 1.0 |
| | | */ |
| | | |
| | | public class QRCodeUtil { |
| | | } |
| | |
| | | workVersion ='2.2.0' |
| | | lifecycleVersion = '2.1.0' |
| | | retrofit_version = '2.8.1' |
| | | qrcode_version = '3.3.0' |
| | | } |
| | | dependencies { |
| | | classpath 'com.android.tools.build:gradle:3.5.3' |