Skip to content

Commit

Permalink
New App Repository + collision on demand
Browse files Browse the repository at this point in the history
  • Loading branch information
andresoviedo committed Sep 11, 2018
1 parent bc98e6e commit 9bee49a
Show file tree
Hide file tree
Showing 53 changed files with 484 additions and 245,548 deletions.
Binary file modified app/build/outputs/apk/release/app-release.apk
Binary file not shown.
8 changes: 4 additions & 4 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="org.andresoviedo.dddmodel2"
android:versionCode="17"
android:versionName="2.1.0" >
android:versionCode="18"
android:versionName="2.2.0" >

<uses-sdk
android:minSdkVersion=""
Expand All @@ -14,8 +14,8 @@
android:glEsVersion="0x00020000"
android:required="true" />

<uses-permission
android:name="android.permission.READ_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.INTERNET" />

<application
android:allowBackup="true"
Expand Down
Binary file removed app/src/main/assets/Untitled.xcf
Binary file not shown.
Binary file removed app/src/main/assets/ic_launcher.gif
Binary file not shown.
Binary file not shown.
Binary file removed app/src/main/assets/models/DECALS.bmp
Binary file not shown.
Binary file removed app/src/main/assets/models/DECALS.jpg
Binary file not shown.
Loading

0 comments on commit 9bee49a

Please sign in to comment.