|
|
|
@ -44,6 +44,7 @@ dependencies { |
|
|
|
implementation fileTree(dir: 'libs', include: ['*.jar']) |
|
|
|
implementation fileTree(dir: 'libs', include: ['*.jar']) |
|
|
|
implementation"org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" |
|
|
|
implementation"org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Android |
|
|
|
// Android |
|
|
|
implementation 'androidx.appcompat:appcompat:1.0.2' |
|
|
|
implementation 'androidx.appcompat:appcompat:1.0.2' |
|
|
|
implementation 'androidx.core:core-ktx:1.1.0-alpha04' |
|
|
|
implementation 'androidx.core:core-ktx:1.1.0-alpha04' |
|
|
|
@ -73,8 +74,6 @@ dependencies { |
|
|
|
androidTestImplementation 'androidx.test:rules:1.1.0' |
|
|
|
androidTestImplementation 'androidx.test:rules:1.1.0' |
|
|
|
androidTestImplementation 'androidx.test.ext:junit:1.1.0' |
|
|
|
androidTestImplementation 'androidx.test.ext:junit:1.1.0' |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Required -- JUnit 4 framework |
|
|
|
// Required -- JUnit 4 framework |
|
|
|
testImplementation 'junit:junit:4.12' |
|
|
|
testImplementation 'junit:junit:4.12' |
|
|
|
// Optional -- Robolectric environment |
|
|
|
// Optional -- Robolectric environment |
|
|
|
@ -82,7 +81,6 @@ dependencies { |
|
|
|
// Optional -- Mockito framework |
|
|
|
// Optional -- Mockito framework |
|
|
|
testImplementation 'com.android.support.test:runner:1.0.1' |
|
|
|
testImplementation 'com.android.support.test:runner:1.0.1' |
|
|
|
testImplementation 'com.android.support.test:rules:1.0.1' |
|
|
|
testImplementation 'com.android.support.test:rules:1.0.1' |
|
|
|
|
|
|
|
|
|
|
|
//testImplementation 'androidx.test.espresso:espresso-core:3.1.0' |
|
|
|
//testImplementation 'androidx.test.espresso:espresso-core:3.1.0' |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|