kopia lustrzana https://github.com/rt-bishop/Look4Sat
Dependencies update, gradle version bumped
rodzic
69d256e008
commit
0638539f3c
|
@ -35,7 +35,7 @@ android {
|
||||||
jvmTarget = "1.8"
|
jvmTarget = "1.8"
|
||||||
}
|
}
|
||||||
buildFeatures {
|
buildFeatures {
|
||||||
viewBinding = true
|
viewBinding true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
18
build.gradle
18
build.gradle
|
@ -1,20 +1,20 @@
|
||||||
buildscript {
|
buildscript {
|
||||||
ext {
|
ext {
|
||||||
gradle_version = '4.2.1'
|
gradle_version = '7.0.1'
|
||||||
kotlin_version = '1.5.0'
|
kotlin_version = '1.5.30'
|
||||||
coroutines_version = '1.5.0'
|
coroutines_version = '1.5.1-native-mt'
|
||||||
material_version = '1.3.0'
|
material_version = '1.4.0'
|
||||||
constraint_layout_version = '2.0.4'
|
constraint_layout_version = '2.1.0'
|
||||||
lifecycle_version = '2.3.1'
|
lifecycle_version = '2.3.1'
|
||||||
navigation_version = '2.3.5'
|
navigation_version = '2.3.5'
|
||||||
preference_version = '1.1.1'
|
preference_version = '1.1.1'
|
||||||
room_version = '2.3.0'
|
room_version = '2.3.0'
|
||||||
hilt_version = '2.37'
|
hilt_version = '2.38.1'
|
||||||
retrofit_version = '2.9.0'
|
retrofit_version = '2.9.0'
|
||||||
osmdroid_version = '6.1.10'
|
osmdroid_version = '6.1.11'
|
||||||
timber_version = '4.7.1'
|
timber_version = '5.0.1'
|
||||||
junit_version = '4.13.2'
|
junit_version = '4.13.2'
|
||||||
mockito_version = '3.11.1'
|
mockito_version = '3.12.4'
|
||||||
leak_canary_version = '2.7'
|
leak_canary_version = '2.7'
|
||||||
}
|
}
|
||||||
repositories {
|
repositories {
|
||||||
|
|
|
@ -19,3 +19,4 @@ android.useAndroidX=true
|
||||||
android.enableJetifier=true
|
android.enableJetifier=true
|
||||||
# Kotlin code style for this project: "official" or "obsolete":
|
# Kotlin code style for this project: "official" or "obsolete":
|
||||||
kotlin.code.style=official
|
kotlin.code.style=official
|
||||||
|
kapt.use.worker.api=false
|
||||||
|
|
|
@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-all.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
|
||||||
|
|
Ładowanie…
Reference in New Issue