Skip to content

Commit 9bee49a

Browse files
committed
New App Repository + collision on demand
1 parent bc98e6e commit 9bee49a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+484
-245548
lines changed
-10.9 MB
Binary file not shown.

app/src/main/AndroidManifest.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:tools="http://schemas.android.com/tools"
44
package="org.andresoviedo.dddmodel2"
5-
android:versionCode="17"
6-
android:versionName="2.1.0" >
5+
android:versionCode="18"
6+
android:versionName="2.2.0" >
77

88
<uses-sdk
99
android:minSdkVersion=""
@@ -14,8 +14,8 @@
1414
android:glEsVersion="0x00020000"
1515
android:required="true" />
1616

17-
<uses-permission
18-
android:name="android.permission.READ_EXTERNAL_STORAGE"/>
17+
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
18+
<uses-permission android:name="android.permission.INTERNET" />
1919

2020
<application
2121
android:allowBackup="true"

app/src/main/assets/Untitled.xcf

-207 KB
Binary file not shown.

app/src/main/assets/ic_launcher.gif

-62.4 KB
Binary file not shown.
Binary file not shown.

app/src/main/assets/models/DECALS.bmp

-768 KB
Binary file not shown.

app/src/main/assets/models/DECALS.jpg

-705 KB
Binary file not shown.

0 commit comments

Comments
 (0)