Converted to use AndroidX support library using Android Studio Refactor tool.
This commit is contained in:
@@ -31,11 +31,11 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'com.android.support:multidex:1.0.3'
|
||||
implementation 'androidx.multidex:multidex:2.0.0'
|
||||
implementation files('libs/mpandroidchartlibrary-2-0-7.jar')
|
||||
implementation 'com.getpebble:pebblekit:3.1.0@aar'
|
||||
// Unit testing dependencies
|
||||
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
|
||||
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
|
||||
//implementation 'androidx.appcompat:appcompat:1.4.0'
|
||||
//implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
|
||||
//implementation 'androidx.appcompat:appcompat:1.2.0'
|
||||
@@ -49,8 +49,8 @@ dependencies {
|
||||
testImplementation 'org.mockito:mockito-core:1.10.19'
|
||||
// Set this dependency if you want to use Hamcrest matching
|
||||
testImplementation 'org.hamcrest:hamcrest-library:1.1'
|
||||
implementation 'com.android.support:appcompat-v7:28.0.0'
|
||||
implementation 'com.android.support:support-v4:28.0.0'
|
||||
implementation 'androidx.appcompat:appcompat:1.0.0'
|
||||
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
|
||||
//compile files('libs/JTransforms-3.1-with-dependencies.jar')
|
||||
implementation 'org.apache.commons:commons-math3:3.6.1'
|
||||
// google play services used for location finding for SMS alerts.
|
||||
|
||||
Reference in New Issue
Block a user