Update some dependencies

Took 20 minutes
master
MTRNord 2019-03-16 12:14:09 +01:00
parent aaeef0ebf4
commit 227dfa05c9
No known key found for this signature in database
GPG Key ID: E5B89311FAB91B9F
4 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ buildscript {
}
dependencies {
classpath 'com.netflix.nebula:gradle-lint-plugin:10.4.2'
classpath 'com.android.tools.build:gradle:3.3.1'
classpath 'com.android.tools.build:gradle:3.3.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'org.ajoberstar:grgit:2.3.0'
classpath 'io.sentry:sentry-android-gradle-plugin:1.7.10'

View File

@ -28,7 +28,7 @@ dependencies {
// Android
implementation 'androidx.appcompat:appcompat:1.0.2'
implementation 'androidx.core:core-ktx:1.1.0-alpha04'
implementation 'androidx.core:core-ktx:1.1.0-alpha05'
testImplementation 'junit:junit:4.12'
testImplementation 'androidx.test:core:1.1.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'

View File

@ -164,7 +164,7 @@ dependencies {
// AndroidX
implementation 'androidx.appcompat:appcompat:1.0.2'
implementation 'androidx.core:core-ktx:1.1.0-alpha04'
implementation 'androidx.core:core-ktx:1.1.0-alpha05'
kapt 'androidx.annotation:annotation:1.0.2' // AndroidX annotations
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-alpha3'
implementation 'androidx.preference:preference:1.0.0'