Updated dependencies

This commit is contained in:
Prathamesh More 2022-08-14 13:42:40 +05:30
parent c3a189d64f
commit 06e0bdf333
2 changed files with 3 additions and 3 deletions

View file

@ -113,7 +113,7 @@ dependencies {
implementation 'androidx.mediarouter:mediarouter:1.3.1' implementation 'androidx.mediarouter:mediarouter:1.3.1'
//Cast Dependencies //Cast Dependencies
normalImplementation 'com.google.android.gms:play-services-cast-framework:21.0.1' normalImplementation 'com.google.android.gms:play-services-cast-framework:21.1.0'
//WebServer by NanoHttpd //WebServer by NanoHttpd
normalImplementation "org.nanohttpd:nanohttpd:2.3.1" normalImplementation "org.nanohttpd:nanohttpd:2.3.1"

View file

@ -4,9 +4,9 @@ buildscript {
ext { ext {
lifecycle_version='2.5.1' lifecycle_version='2.5.1'
navigation_version = '2.5.1' navigation_version = '2.5.1'
mdc_version = '1.7.0-alpha03' mdc_version = '1.7.0-beta01'
preference_version = '1.2.0' preference_version = '1.2.0'
appcompat_version = '1.4.2' appcompat_version = '1.5.0'
core_version='1.8.0' core_version='1.8.0'
} }