From 17ee5d8add8a6191e310ff0afda9d976cc281c17 Mon Sep 17 00:00:00 2001 From: ichchha Date: Thu, 27 Feb 2020 14:05:12 +0545 Subject: [PATCH] placed network_security_config.xml to xml directory in res folder --- app/build.gradle | 2 +- .../src/main/res/{values => }/xml/network_security_config.xml | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename toasterlibrary/src/main/res/{values => }/xml/network_security_config.xml (100%) 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