File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ dependencies {
3232 androidTestImplementation ' androidx.test.espresso:espresso-core:3.2.0'
3333
3434 // toaster library
35- implementation ' com.github.Ichchhie:Toaster-Library:0.6 .0'
35+ implementation ' com.github.Ichchhie:Toaster-Library:0.7 .0'
3636
3737 implementation (' com.mapbox.mapboxsdk:mapbox-android-sdk:8.6.2' ){
3838 exclude group : ' group_name' , module : ' module_name'
Original file line number Diff line number Diff line change 11<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
2- package =" com.kathmandulivinglabs.navigationlibrary" >
2+ xmlns : tools =" http://schemas.android.com/tools"
3+ package =" com.kathmandulivinglabs.navigationlibrary" >
34
45 <uses-permission android : name =" android.permission.ACCESS_NETWORK_STATE" />
5- <uses-permission android : name =" android.permission.INTERNET" />
6+ <uses-permission android : name =" android.permission.INTERNET" />
7+
8+ <application
9+ android : networkSecurityConfig =" @xml/network_security_config"
10+ tools : targetApi =" n" />
611</manifest >
You can’t perform that action at this time.
0 commit comments