Skip to content

Commit

Permalink
[refactor] Refactoring code
Browse files Browse the repository at this point in the history
  • Loading branch information
seyfullahpolatteknasyon committed Jun 14, 2019
1 parent 57a8aa1 commit 22e25d3
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions desk360/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.teknasyon.desk360">
xmlns:tools="http://schemas.android.com/tools"
package="com.teknasyon.desk360">

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>

<application
android:name=".Desk360Application"
android:networkSecurityConfig="@xml/network_security_config"
android:theme="@style/AppTheme" />
android:name=".Desk360Application"
android:networkSecurityConfig="@xml/network_security_config"
android:theme="@style/AppTheme"
tools:replace="android:name"/>

</manifest>

0 comments on commit 22e25d3

Please sign in to comment.