Format gradle

feature/top10
Aurelien Hubert 7 years ago
parent aa2b3056ac
commit b55fb5da3a
  1. 8
      app/build.gradle

@ -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,17 +74,14 @@ 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
// testImplementation 'androidx.test:core:1.1.0' //testImplementation 'androidx.test:core:1.1.0'
// 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'
} }

Loading…
Cancel
Save