|
|
@ -5,15 +5,10 @@
|
|
|
|
android:versionCode="1"
|
|
|
|
android:versionCode="1"
|
|
|
|
android:versionName="1.0">
|
|
|
|
android:versionName="1.0">
|
|
|
|
|
|
|
|
|
|
|
|
<uses-sdk
|
|
|
|
|
|
|
|
android:minSdkVersion="14"
|
|
|
|
|
|
|
|
android:targetSdkVersion="21"/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<uses-permission android:name="android.permission.VIBRATE"/>
|
|
|
|
<uses-permission android:name="android.permission.VIBRATE"/>
|
|
|
|
|
|
|
|
|
|
|
|
<application
|
|
|
|
<application
|
|
|
|
android:name="com.activeandroid.app.Application"
|
|
|
|
android:name="com.activeandroid.app.Application"
|
|
|
|
android:allowBackup="true"
|
|
|
|
|
|
|
|
android:icon="@mipmap/ic_launcher"
|
|
|
|
android:icon="@mipmap/ic_launcher"
|
|
|
|
android:label="@string/app_name"
|
|
|
|
android:label="@string/app_name"
|
|
|
|
android:theme="@style/AppTheme">
|
|
|
|
android:theme="@style/AppTheme">
|
|
|
|