Merge branch 'android-lib-updates' into 'master'

Update Kotlin and JUnit

See merge request marcel.schwarz/2020ss-qbc-geofence-timetracking!7
This commit is contained in:
wiecktobi 2020-04-19 12:03:12 +00:00
commit 7fa241069c
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.core:core-ktx:1.2.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
testImplementation 'junit:junit:4.12'
testImplementation 'junit:junit:4.13'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
}

View File

@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.3.61'
ext.kotlin_version = '1.3.71'
repositories {
google()
jcenter()