Skip to content

Commit

Permalink
Update lib versions
Browse files Browse the repository at this point in the history
  • Loading branch information
italankin committed Jul 17, 2021
1 parent 5d3b470 commit 0175e42
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 13 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.1'
classpath 'com.android.tools.build:gradle:4.1.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
}
}
Expand Down
28 changes: 16 additions & 12 deletions gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,24 @@ ext {
compileSdk = 30
minSdk = 23

androidxVersion = "1.1.0"
materialVersion = "1.1.0"
appCompatVersion = "1.3.0"
androidXAnnotationVersion = "1.2.0"
fragmentVersion = "1.3.5"
recyclerViewVersion = "1.2.1"
preferenceVersion = "1.1.1"
materialVersion = "1.4.0"
constraintLayoutVersion = "2.0.4"
moxyVersion = "1.5.3"
daggerVersion = "2.31"
flexboxVersion = "2.0.1"
flexboxVersion = "3.0.0"
gsonVersion = "2.8.2"
rxJavaVersion = "2.2.19"
rxAndroidVersion = "2.0.2"
timberVersion = "4.7.1"
picassoVersion = "2.71828"
paletteVersion = "1.0.0"
customTabsVersion = "1.2.0"
kotlinVersion = "1.4.10"
browserVersion = "1.3.0"
kotlinVersion = "1.4.32"
javaxAnnotation = "1.3.2"
lintVersion = "27.0.1"

Expand All @@ -29,16 +33,16 @@ ext {
rxAndroid = "io.reactivex.rxjava2:rxandroid:$rxAndroidVersion"
gson = "com.google.code.gson:gson:$gsonVersion"
timber = "com.jakewharton.timber:timber:$timberVersion"
appCompat = "androidx.appcompat:appcompat:$androidxVersion"
appCompat = "androidx.appcompat:appcompat:$appCompatVersion"
constraintLayout = "androidx.constraintlayout:constraintlayout:$constraintLayoutVersion"
fragment = "androidx.fragment:fragment:$androidxVersion"
recyclerView = "androidx.recyclerview:recyclerview:$androidxVersion"
fragment = "androidx.fragment:fragment:$fragmentVersion"
recyclerView = "androidx.recyclerview:recyclerview:$recyclerViewVersion"
palette = "androidx.palette:palette:$paletteVersion"
preference = "androidx.preference:preference:$androidxVersion"
customTabs = "androidx.browser:browser:$customTabsVersion"
preference = "androidx.preference:preference:$preferenceVersion"
customTabs = "androidx.browser:browser:$browserVersion"
material = "com.google.android.material:material:$materialVersion"
annotation = "androidx.annotation:annotation:$androidxVersion"
flexbox = "com.google.android:flexbox:$flexboxVersion"
annotation = "androidx.annotation:annotation:$androidXAnnotationVersion"
flexbox = "com.google.android.flexbox:flexbox:$flexboxVersion"
picasso = "com.squareup.picasso:picasso:$picassoVersion"
kotlin = "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlinVersion"
lintApi = "com.android.tools.lint:lint-api:$lintVersion"
Expand Down

0 comments on commit 0175e42

Please sign in to comment.