Skip to content

Commit

Permalink
# libs update
Browse files Browse the repository at this point in the history
  • Loading branch information
YDT_DOM\dan-gl committed Jun 1, 2021
1 parent 31a4ac2 commit 68ff24a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
19 changes: 10 additions & 9 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.kotlin_version = '1.3.50'
ext.support_ver = '1.1.0'
ext.kotlin_version = '1.3.72'
ext.support_ver = '1.5.0'
ext.gcm_ver = '17.0.0'
ext.retrofit_ver = '2.4.0'
ext.androidx = '1.1.0'
ext.androidx_recycler = '1.1.0-beta05'
ext.lifecycle = '2.1.0'
ext.retrofit_ver = '2.9.0'
ext.androidx = '1.3.0'
ext.androidx_recycler = '1.2.0'
ext.lifecycle = '2.2.0'
ext.lifecycle_ktx = '2.3.1'
project.ext {
min_ver = 17
target_ver = 28
compile_ver = 28
target_ver = 30
compile_ver = 30
ver_code = 1
ver_name = '1.0'
}
Expand All @@ -22,7 +23,7 @@ buildscript {
maven { url 'https://jitpack.io' }
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.1'
classpath 'com.android.tools.build:gradle:3.5.4'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong
Expand Down
6 changes: 3 additions & 3 deletions contract/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ android {

dependencies {
// lifecycle
implementation "androidx.core:core:$support_ver"
implementation "androidx.core:core-ktx:$support_ver"
implementation "androidx.lifecycle:lifecycle-extensions:$lifecycle"
implementation "androidx.lifecycle:lifecycle-livedata-ktx:$lifecycle"
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle"
implementation "androidx.lifecycle:lifecycle-livedata-ktx:$lifecycle_ktx"
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle_ktx"
}
2 changes: 1 addition & 1 deletion recycler_fragment/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {
implementation project(':recycler')
implementation project(':commons')

implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.0.0"
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"
implementation "androidx.recyclerview:recyclerview:$androidx_recycler"
implementation "androidx.appcompat:appcompat:$androidx"
}

0 comments on commit 68ff24a

Please sign in to comment.