Small typos
apk / build (push) Successful in 1m45s Details

This commit is contained in:
Michel Roux 2023-07-31 22:59:11 +02:00
parent 485a6123d4
commit 778d7410df
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,5 @@
name: apk
on: [push]
on: [ push ]
jobs:
build:

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:icon="@mipmap/ic_launcher"
@ -14,4 +15,5 @@
</intent-filter>
</activity>
</application>
</manifest>