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"
|
||||
}
|
||||
buildFeatures {
|
||||
viewBinding = true
|
||||
viewBinding true
|
||||
}
|
||||
}
|
||||
|
||||
|
|
18
build.gradle
18
build.gradle
|
@ -1,20 +1,20 @@
|
|||
buildscript {
|
||||
ext {
|
||||
gradle_version = '4.2.1'
|
||||
kotlin_version = '1.5.0'
|
||||
coroutines_version = '1.5.0'
|
||||
material_version = '1.3.0'
|
||||
constraint_layout_version = '2.0.4'
|
||||
gradle_version = '7.0.1'
|
||||
kotlin_version = '1.5.30'
|
||||
coroutines_version = '1.5.1-native-mt'
|
||||
material_version = '1.4.0'
|
||||
constraint_layout_version = '2.1.0'
|
||||
lifecycle_version = '2.3.1'
|
||||
navigation_version = '2.3.5'
|
||||
preference_version = '1.1.1'
|
||||
room_version = '2.3.0'
|
||||
hilt_version = '2.37'
|
||||
hilt_version = '2.38.1'
|
||||
retrofit_version = '2.9.0'
|
||||
osmdroid_version = '6.1.10'
|
||||
timber_version = '4.7.1'
|
||||
osmdroid_version = '6.1.11'
|
||||
timber_version = '5.0.1'
|
||||
junit_version = '4.13.2'
|
||||
mockito_version = '3.11.1'
|
||||
mockito_version = '3.12.4'
|
||||
leak_canary_version = '2.7'
|
||||
}
|
||||
repositories {
|
||||
|
|
|
@ -19,3 +19,4 @@ android.useAndroidX=true
|
|||
android.enableJetifier=true
|
||||
# Kotlin code style for this project: "official" or "obsolete":
|
||||
kotlin.code.style=official
|
||||
kapt.use.worker.api=false
|
||||
|
|
|
@ -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.1-all.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
|
||||
|
|
Ładowanie…
Reference in New Issue