[go: up one dir, main page]

Skip to content

Commit

Permalink
Merge pull request #174 from mutahirqureshi/asset-cleanup
Browse files Browse the repository at this point in the history
Launcher assets cleanup & remove gradle 0.12.0 manifest merging bug workaround
  • Loading branch information
Crossle Song committed Jul 4, 2014
2 parents 7ad594c + 29e3b71 commit 8d31248
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion vitamio-sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ dependencies {
android {
compileSdkVersion Integer.parseInt(project.ANDROID_BUILD_SDK_VERSION)
buildToolsVersion project.ANDROID_BUILD_TOOLS_VERSION
useOldManifestMerger true

defaultConfig {
minSdkVersion Integer.parseInt(project.ANDROID_BUILD_MIN_SDK_VERSION)
Expand Down
4 changes: 1 addition & 3 deletions vitamio/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />

<application
android:icon="@drawable/ic_launcher"
android:label="Vitamio">
<application>
<activity
android:name="io.vov.vitamio.activity.InitActivity"
android:configChanges="orientation|screenSize|smallestScreenSize|keyboard|keyboardHidden|navigation"
Expand Down
Binary file removed vitamio/res/drawable-hdpi/ic_launcher.png
Binary file not shown.
Binary file removed vitamio/res/drawable-ldpi/ic_launcher.png
Binary file not shown.
Binary file removed vitamio/res/drawable-mdpi/ic_launcher.png
Binary file not shown.
Binary file removed vitamio/res/drawable-xhdpi/ic_launcher.png
Binary file not shown.

0 comments on commit 8d31248

Please sign in to comment.