fixed DNS lookup on Android

This commit is contained in:
tom.hempel
2025-09-30 18:29:29 +02:00
parent 62ef8cbe31
commit 72421f36f2
2 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission android:name="android.permission.INTERNET" />
<application
android:label="ai_chat_lab"
android:name="${applicationName}"