parent
aaeef0ebf4
commit
227dfa05c9
Binary file not shown.
|
@ -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'
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue