mirror of
https://github.com/shagr4th/droid48
synced 2024-12-26 21:58:12 +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">
|
||||
<activity android:name=".X48"
|
||||
android:label="@string/app_name"
|
||||
android:theme="@style/Theme.AppCompat"
|
||||
android:configChanges="keyboardHidden|orientation" android:launchMode="singleTop"> <!-- |screenSize -->
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
|
|
@ -12,4 +12,3 @@ split.density=false
|
|||
# Project target.
|
||||
target=android-15
|
||||
apk-configurations=
|
||||
android.library.reference.1=../../../soft/android-sdk-linux_x86/extras/android/support/v7/appcompat
|
||||
|
|
Loading…
Reference in a new issue