Update dependencies

This commit is contained in:
Mygod
2018-04-27 20:29:31 -07:00
parent 3b964e0537
commit eed49a7338

View File

@@ -38,8 +38,8 @@ dependencies {
implementation "com.takisoft.fix:preference-v7:$takisoftFixVersion" implementation "com.takisoft.fix:preference-v7:$takisoftFixVersion"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlinVersion" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlinVersion"
testImplementation 'junit:junit:4.12' testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.1' androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1' androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
} }
kapt.generateStubs = true kapt.generateStubs = true