diff options
author | Matthew Wong <wongma@protonmail.ch> | 2015-12-23 00:51:36 -0500 |
---|---|---|
committer | Matthew Wong <wongma@protonmail.ch> | 2015-12-23 00:51:36 -0500 |
commit | 23c5603b7f583687c9943276ae544701111ed90b (patch) | |
tree | 70895615a928030408b9489910383f28dd79c021 /app/src/main | |
parent | 24b89992903ccc52dbe3191ff501028f4839762c (diff) |
new gradle plugin and build tools
Diffstat (limited to 'app/src/main')
-rw-r--r-- | app/src/main/AndroidManifest.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 7aa45ca4..bd4c3704 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" - xmlns:tools="http://schemas.android.com/tools" package="com.zeapo.pwdstore"> <uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/> @@ -9,8 +8,7 @@ <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" /> <application android:allowBackup="true" android:icon="@drawable/ic_launcher" - android:label="@string/app_name" android:theme="@style/AppTheme" - tools:replace="android:theme"> + android:label="@string/app_name" android:theme="@style/AppTheme"> <activity android:name=".PasswordStore" android:label="@string/app_name" android:configChanges="orientation|screenSize"> <intent-filter> |