Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
android-dev-lxl committed Aug 12, 2020
1 parent 855cdd9 commit 3568dd9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions MarsRealEstateFinal/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ buildscript {
// navigation where the versions of the plugin needs to be the same as the version of the
// library defined in the app Gradle file
version_android_gradle_plugin = '4.0.1'
version_core = "1.5.0-alpha01"
version_core = "1.0.1"
version_constraint_layout = "1.1.3"
version_glide = "4.8.0"
version_kotlin = "1.3.72"
version_kotlin_coroutines = "1.3.7"
version_lifecycle_extensions = "2.2.0"
version_moshi = "1.9.3"
version_kotlin_coroutines = "1.1.0"
version_lifecycle_extensions = "2.0.0"
version_moshi = "1.8.0"
version_navigation = "1.0.0"
version_retrofit = "2.9.0"
version_retrofit = "2.5.0"
version_retrofit_coroutines_adapter = "0.9.2"
version_recyclerview = "1.1.0"
version_recyclerview = "1.0.0"
}

repositories {
Expand Down

0 comments on commit 3568dd9

Please sign in to comment.