gradle: update to 2.1 and android targetSdk 21
- add android-appcompat subproject
This commit is contained in:
@@ -10,13 +10,13 @@
|
||||
|
||||
<uses-sdk
|
||||
android:minSdkVersion="10"
|
||||
android:targetSdkVersion="19" />
|
||||
android:targetSdkVersion="21" />
|
||||
|
||||
<application
|
||||
android:allowBackup="true"
|
||||
android:icon="@drawable/ic_launcher"
|
||||
android:label="@string/app_name" >
|
||||
<!-- android:theme="@android:style/Theme.NoTitleBar.Fullscreen" -->
|
||||
android:label="@string/app_name">
|
||||
<!-- android:theme="@style/AppTheme" -->
|
||||
<activity
|
||||
android:name="org.oscim.android.test.Samples"
|
||||
android:label="@string/app_name" >
|
||||
|
||||
Reference in New Issue
Block a user