mirror of
https://github.com/moparisthebest/Yaaic
synced 2024-11-10 11:15:09 -05:00
Manifest: Set minSdkVersion to 7 (Android 2.2)
Due to using ActionBarSherlock we have to rise the minSdkVersion to at least 7. Refs #124
This commit is contained in:
parent
1a43262cb5
commit
aecb828477
@ -26,7 +26,7 @@ along with Yaaic. If not, see <http://www.gnu.org/licenses/>.
|
||||
android:versionName="1.1-SNAPSHOT" >
|
||||
|
||||
<uses-sdk
|
||||
android:minSdkVersion="4"
|
||||
android:minSdkVersion="7"
|
||||
android:targetSdkVersion="15" />
|
||||
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
|
Loading…
Reference in New Issue
Block a user