diff --git a/app/build.gradle b/app/build.gradle index 279adb1..3f8ad49 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -32,7 +32,7 @@ dependencies { androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' //toaster library - implementation 'com.github.Ichchhie:Toaster-Library:0.5.0' + implementation 'com.github.Ichchhie:Toaster-Library:0.6.0' implementation ('com.mapbox.mapboxsdk:mapbox-android-sdk:8.6.2'){ exclude group: 'group_name', module: 'module_name' diff --git a/toasterlibrary/src/main/res/values/xml/network_security_config.xml b/toasterlibrary/src/main/res/xml/network_security_config.xml similarity index 100% rename from toasterlibrary/src/main/res/values/xml/network_security_config.xml rename to toasterlibrary/src/main/res/xml/network_security_config.xml