mirror of
https://github.com/melihaksoy/Android-Kotlin-Modulerized-CleanArchitecture.git
synced 2026-03-25 19:01:43 +01:00
Dependency upgrades, running on AS 4.1
This commit is contained in:
@@ -4,32 +4,32 @@ ext {
|
||||
minSdkVersion : 21,
|
||||
compileSdkVersion : 29,
|
||||
targetSdkVersion : 29,
|
||||
buildToolsVersion : "29.0.2",
|
||||
buildToolsVersion : "29.0.3",
|
||||
appCompatVersion : "1.1.0",
|
||||
lifecycleVersion : "2.2.0-alpha05",
|
||||
fragmentVersion : "1.2.0-rc01",
|
||||
workManagerVersion : "2.3.0-alpha03",
|
||||
constraintLayoutVesion : "2.0.0-beta3",
|
||||
lifecycleVersion : "2.2.0",
|
||||
fragmentVersion : "1.3.0-alpha02",
|
||||
workManagerVersion : "2.4.0-alpha01",
|
||||
constraintLayoutVesion : "2.0.0-beta4",
|
||||
cardViewVersion : "1.0.0",
|
||||
recyclerViewVersion : "1.1.0-rc01",
|
||||
recyclerViewVersion : "1.2.0-alpha01",
|
||||
pagingVersion : "2.1.0",
|
||||
viewPagerVersion : "1.0.0-rc01",
|
||||
materialVersion : "1.1.0-alpha09",
|
||||
swipeRefreshLayoutVersion: "1.1.0-alpha03",
|
||||
viewPagerVersion : "1.0.0",
|
||||
materialVersion : "1.2.0-alpha05",
|
||||
swipeRefreshLayoutVersion: "1.1.0-beta01",
|
||||
collectionVersion : "1.1.0",
|
||||
roomVersion : "2.2.0",
|
||||
daggerVersion : "2.25.2",
|
||||
okHttpVersion : "4.2.1",
|
||||
retrofitVersion : "2.6.2",
|
||||
roomVersion : "2.2.5",
|
||||
daggerVersion : "2.27",
|
||||
okHttpVersion : "4.4.0",
|
||||
retrofitVersion : "2.8.1",
|
||||
picassoVersion : "2.71828",
|
||||
moshiVersion : "1.8.0",
|
||||
coroutinesVersion : "1.3.2",
|
||||
leakCanaryVersion : "2.0-beta-3",
|
||||
moshiVersion : "1.9.2",
|
||||
coroutinesVersion : "1.3.5",
|
||||
leakCanaryVersion : "2.2",
|
||||
timberVersion : "4.7.1",
|
||||
jUnitVersion : "5.5.2",
|
||||
jUnitVersion : "5.6.0",
|
||||
espressoVersion : "3.2.0",
|
||||
mockkVersion : "1.9.3",
|
||||
kluentVersion : "1.53",
|
||||
kluentVersion : "1.60",
|
||||
]
|
||||
|
||||
libraries = [
|
||||
|
||||
Reference in New Issue
Block a user