Format gradle

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

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

Loading…
Cancel
Save