mirror of
https://github.com/kuba2k2/NavLib.git
synced 2025-01-18 14:16:44 -06:00
Update dependencies
This commit is contained in:
parent
e4ad01dc87
commit
8ae5e2b87a
17
build.gradle
17
build.gradle
@ -19,29 +19,30 @@ buildscript {
|
|||||||
|
|
||||||
versions = [
|
versions = [
|
||||||
kotlin : "1.3.50",
|
kotlin : "1.3.50",
|
||||||
ktx : "1.0.2",
|
ktx : "1.1.0",
|
||||||
|
|
||||||
androidX : '1.0.0',
|
androidX : '1.0.0',
|
||||||
annotation : '1.1.0',
|
annotation : '1.1.0',
|
||||||
recyclerView : '1.1.0-beta03',
|
recyclerView : '1.1.0-rc01',
|
||||||
material : '1.1.0-alpha09',
|
material : '1.2.0-alpha01',
|
||||||
appcompat : '1.1.0-rc01',
|
appcompat : '1.1.0',
|
||||||
constraintLayout : '2.0.0-beta2',
|
constraintLayout : '2.0.0-beta3',
|
||||||
cardview : '1.0.0',
|
cardview : '1.0.0',
|
||||||
gridLayout : '1.0.0',
|
gridLayout : '1.0.0',
|
||||||
navigation : "2.0.0",
|
navigation : "2.0.0",
|
||||||
navigationFragment: "1.0.0",
|
navigationFragment: "1.0.0",
|
||||||
legacy : "1.0.0",
|
legacy : "1.0.0",
|
||||||
|
|
||||||
room : "2.2.0-beta01",
|
room : "2.2.1",
|
||||||
lifecycle : "2.2.0-alpha03",
|
lifecycle : "2.2.0-rc02",
|
||||||
|
work : "2.2.0",
|
||||||
|
|
||||||
firebase : '17.2.0',
|
firebase : '17.2.0',
|
||||||
firebasemessaging: "20.0.0",
|
firebasemessaging: "20.0.0",
|
||||||
play_services : "17.0.0",
|
play_services : "17.0.0",
|
||||||
|
|
||||||
materialdialogs : "0.9.6.0",
|
materialdialogs : "0.9.6.0",
|
||||||
materialdrawer : "62b24da031",
|
materialdrawer : "cad66092a6",
|
||||||
iconics : "4.0.1-b02",
|
iconics : "4.0.1-b02",
|
||||||
font_cmd : "3.5.95.1-kotlin",
|
font_cmd : "3.5.95.1-kotlin",
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user