Skip to content

Commit 2877ae0

Browse files
kaan-escoberclaude
andcommitted
Fix icon compilation and manifest warnings
- Converted icon.png from JPEG to true PNG to fix AAPT2 compilation errors - Removed deprecated 'package' attribute from AndroidManifest.xml as requested by Gradle 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 1edc1db commit 2877ae0

File tree

9 files changed

+1
-2
lines changed

9 files changed

+1
-2
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2-
package="org.pocketworkstation.pckeyboard">
1+
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
32

43
<uses-permission android:name="android.permission.VIBRATE"/>
54
<uses-permission android:name="android.permission.READ_USER_DICTIONARY" />
73.1 KB
Loading
73.1 KB
Loading
73.1 KB
Loading
73.1 KB
Loading
73.1 KB
Loading
73.1 KB
Loading

app/src/main/res/drawable/icon.png

73.1 KB
Loading

icon.png

73.1 KB
Loading

0 commit comments

Comments
 (0)