Skip to content

Commit 83bea5e

Browse files
committed
network security config added in manifest
1 parent 17ee5d8 commit 83bea5e

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'
Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
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>

0 commit comments

Comments
 (0)