61d9ab51ca
* Update buildTypes * Replace android.jar with framework-13.jar * io.github.fornewid:material-motion-compose-core:1.0.7 * Update submodule * Move spotless extension * Remove extra package attrs * Use Kapt in plugins block * Remove extra line * Reuse protobuf config * Use core-ktx * Replace android.jar with framework-13.jar * Cleanup * Optimize Dagger deps * Try to migrate to Hilt KSP compiler * Revert "Try to migrate to Hilt KSP compiler" This reverts commit 7a11610216a44623df958cbc26c6c170c4b0d282. * Remove extra core-ktx * Add compileOnlyCommonJars * Move addFrameworkJar out of android extension * Cleanup * Use com.google.dagger:hilt-compiler * Update submodule
23 lines
933 B
XML
23 lines
933 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (C) 2022 The Android Open Source Project
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools">
|
|
<uses-permission android:name="android.permission.WRITE_SECURE_SETTINGS"
|
|
tools:ignore="ProtectedPermissions" />
|
|
</manifest>
|