mirror of
https://github.com/shagr4th/droid48
synced 2024-12-27 21:58:23 +01:00
Removed unnecessary references to Android support lib
This commit is contained in:
parent
7fa4cc14ef
commit
7c1745ecea
2 changed files with 0 additions and 2 deletions
|
@ -4,7 +4,6 @@
|
||||||
<application android:icon="@drawable/icon" android:label="@string/app_name">
|
<application android:icon="@drawable/icon" android:label="@string/app_name">
|
||||||
<activity android:name=".X48"
|
<activity android:name=".X48"
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
android:theme="@style/Theme.AppCompat"
|
|
||||||
android:configChanges="keyboardHidden|orientation" android:launchMode="singleTop"> <!-- |screenSize -->
|
android:configChanges="keyboardHidden|orientation" android:launchMode="singleTop"> <!-- |screenSize -->
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.MAIN" />
|
<action android:name="android.intent.action.MAIN" />
|
||||||
|
|
|
@ -12,4 +12,3 @@ split.density=false
|
||||||
# Project target.
|
# Project target.
|
||||||
target=android-15
|
target=android-15
|
||||||
apk-configurations=
|
apk-configurations=
|
||||||
android.library.reference.1=../../../soft/android-sdk-linux_x86/extras/android/support/v7/appcompat
|
|
||||||
|
|
Loading…
Reference in a new issue