| | |
| | | applicationId "safeluck.drive.evaluation" |
| | | minSdkVersion 21 |
| | | targetSdkVersion 28 |
| | | versionCode 1 |
| | | versionName "1.0" |
| | | versionCode 3 |
| | | versionName "1.3" |
| | | testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" |
| | | |
| | | ndk { |
| | |
| | | implementation "androidx.lifecycle:lifecycle-extensions:$rootProject.lifecycleVersion" |
| | | implementation 'com.android.support.constraint:constraint-layout:1.1.3' |
| | | // To get SwipeBack feature, rely on both fragmentation & fragmentation-swipeback |
| | | implementation 'me.yokeyword:fragmentation:1.3.6' |
| | | implementation 'me.yokeyword:fragmentationx:1.0.1' |
| | | // Swipeback is based on fragmentation. Refer to SwipeBackActivity/Fragment for your Customized SupportActivity/Fragment |
| | | implementation 'me.yokeyword:fragmentation-swipeback:1.3.6' |
| | | |
| | |
| | | implementation 'com.google.code.gson:gson:2.8.6' |
| | | implementation 'com.facebook.stetho:stetho:1.5.0' |
| | | implementation project(path: ':im_lib') |
| | | implementation project(path: ':BaseCommonLib') |
| | | implementation "androidx.core:core-ktx:+" |
| | | implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.1.0" |
| | | implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" |