mirror of
https://github.com/scratchfoundation/scratchjr.git
synced 2025-06-27 13:40:24 -04:00
Add versions to the manifest
This commit is contained in:
parent
d77b9e0cc8
commit
f3f2c33fc5
1 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,9 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="org.scratchjr.android">
|
package="org.scratchjr.android"
|
||||||
|
android:versionCode="2"
|
||||||
|
android:versionName="2.00">
|
||||||
|
|
||||||
|
|
||||||
<uses-permission android:name="android.permission.CAMERA" />
|
<uses-permission android:name="android.permission.CAMERA" />
|
||||||
<uses-permission android:name="android.permission.INTERNET"/>
|
<uses-permission android:name="android.permission.INTERNET"/>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue