Skip to content

Commit 37b8cd5

Browse files
committed
added android version number
1 parent fc5a9c5 commit 37b8cd5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Android/src/main/AndroidManifest.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="org.droidplanner.pebble" >
4+
android:versionCode="1"
5+
android:versionName="0.1">
46

57
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
68

0 commit comments

Comments
 (0)