kopia lustrzana https://github.com/rt-bishop/Look4Sat
Updated dependencies and gradle version
rodzic
1806e0d147
commit
5ef79148bd
|
@ -42,7 +42,6 @@ android {
|
|||
buildFeatures {
|
||||
viewBinding = true
|
||||
}
|
||||
kotlinOptions.useIR = true
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
@ -68,7 +67,7 @@ dependencies {
|
|||
|
||||
testImplementation "junit:junit:$junit_version"
|
||||
testImplementation "org.mockito:mockito-core:$mockito_version"
|
||||
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:$coroutines_test_version"
|
||||
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:$coroutines_version"
|
||||
androidTestImplementation "org.mockito:mockito-android:$mockito_version"
|
||||
debugImplementation "com.squareup.leakcanary:leakcanary-android:$leak_canary_version"
|
||||
}
|
||||
|
|
15
build.gradle
15
build.gradle
|
@ -1,26 +1,25 @@
|
|||
buildscript {
|
||||
ext {
|
||||
gradle_version = '4.1.3'
|
||||
kotlin_version = '1.4.32'
|
||||
coroutines_version = '1.4.3'
|
||||
gradle_version = '4.2.0'
|
||||
kotlin_version = '1.5.0'
|
||||
coroutines_version = '1.5.0-RC-native-mt'
|
||||
material_version = '1.3.0'
|
||||
constraint_layout_version = '2.0.4'
|
||||
lifecycle_version = '2.3.1'
|
||||
navigation_version = '2.3.5'
|
||||
preference_version = '1.1.1'
|
||||
room_version = '2.3.0'
|
||||
hilt_version = '2.33-beta'
|
||||
hilt_version = '2.35.1'
|
||||
retrofit_version = '2.9.0'
|
||||
osmdroid_version = '6.1.10'
|
||||
timber_version = '4.7.1'
|
||||
junit_version = '4.13.2'
|
||||
mockito_version = '3.9.0'
|
||||
coroutines_test_version = '1.3.2'
|
||||
leak_canary_version = '2.5'
|
||||
leak_canary_version = '2.7'
|
||||
}
|
||||
repositories {
|
||||
google()
|
||||
jcenter()
|
||||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath "com.android.tools.build:gradle:$gradle_version"
|
||||
|
@ -32,7 +31,7 @@ buildscript {
|
|||
allprojects {
|
||||
repositories {
|
||||
google()
|
||||
jcenter()
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -14,5 +14,5 @@ dependencies {
|
|||
|
||||
testImplementation "junit:junit:$junit_version"
|
||||
testImplementation "org.mockito:mockito-core:$mockito_version"
|
||||
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:$coroutines_test_version"
|
||||
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:$coroutines_version"
|
||||
}
|
||||
|
|
|
@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
|
|||
distributionPath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-all.zip
|
||||
|
|
Ładowanie…
Reference in New Issue