Skip to content

Commit 7d8cb1e

Browse files
committed
Updated LWA library to 3.0.6 and changed app icon.
1 parent 003c3bd commit 7d8cb1e

File tree

7 files changed

+4
-3
lines changed

7 files changed

+4
-3
lines changed

app/src/main/AndroidManifest.xml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3+
xmlns:tools="http://schemas.android.com/tools"
34
package="com.espressif.provision">
45

56
<uses-permission android:name="android.permission.INTERNET" />
@@ -13,12 +14,12 @@
1314

1415
<application
1516
android:allowBackup="true"
16-
android:icon="@mipmap/ic_launcher"
17+
android:icon="@mipmap/ic_esp_alexa_launcher"
1718
android:label="@string/app_name"
18-
android:roundIcon="@mipmap/ic_launcher_round"
1919
android:supportsRtl="true"
2020
android:theme="@style/AppTheme"
21-
android:usesCleartextTraffic="true">
21+
android:usesCleartextTraffic="true"
22+
tools:replace="android:icon">
2223
<activity
2324
android:name="com.espressif.ui.activities.EspMainActivity"
2425
android:configChanges="keyboard|keyboardHidden|orientation|screenSize"
Loading
Loading
Loading
Loading
Loading

login-with-amazon-sdk.jar

59.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)