Update Gradle

This commit is contained in:
MM20 2022-05-09 19:56:05 +02:00
parent 112a8cfc8f
commit 83a33d8ac5
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389
76 changed files with 76 additions and 73 deletions

View File

@ -31,6 +31,7 @@ android {
kotlinOptions { kotlinOptions {
jvmTarget = "1.8" jvmTarget = "1.8"
} }
namespace = "de.mm20.launcher2.accounts"
} }
dependencies { dependencies {

View File

@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android">
package="de.mm20.launcher2.accounts">
</manifest> </manifest>

View File

@ -64,6 +64,7 @@ android {
lint { lint {
abortOnError = false abortOnError = false
} }
namespace = "de.mm20.launcher2"
} }
fun buildTime(): String { fun buildTime(): String {

View File

@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools">
package="de.mm20.launcher2">
<uses-permission android:name="android.permission.SET_ALARM" /> <uses-permission android:name="android.permission.SET_ALARM" />
<uses-permission android:name="com.android.alarm.permission.SET_ALARM" /> <uses-permission android:name="com.android.alarm.permission.SET_ALARM" />

View File

@ -31,6 +31,7 @@ android {
kotlinOptions { kotlinOptions {
jvmTarget = JavaVersion.VERSION_1_8.toString() jvmTarget = JavaVersion.VERSION_1_8.toString()
} }
namespace = "de.mm20.launcher2.applications"
} }
dependencies { dependencies {

View File

@ -1,5 +1,4 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android">
package="de.mm20.launcher2.applications">
/ /
</manifest> </manifest>

View File

@ -31,6 +31,7 @@ android {
kotlinOptions { kotlinOptions {
jvmTarget = JavaVersion.VERSION_1_8.toString() jvmTarget = JavaVersion.VERSION_1_8.toString()
} }
namespace = "de.mm20.launcher2.appshortcuts"
} }
dependencies { dependencies {

View File

@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android">
package="de.mm20.launcher2.appshortcuts">
</manifest> </manifest>

View File

@ -31,6 +31,7 @@ android {
kotlinOptions { kotlinOptions {
jvmTarget = "1.8" jvmTarget = "1.8"
} }
namespace = "de.mm20.launcher2.badges"
} }
dependencies { dependencies {

View File

@ -1,5 +1,4 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android">
package="de.mm20.launcher2.badges">
/ /
</manifest> </manifest>

View File

@ -31,6 +31,7 @@ android {
kotlinOptions { kotlinOptions {
jvmTarget = "1.8" jvmTarget = "1.8"
} }
namespace = "de.mm20.launcher2.base"
} }
dependencies { dependencies {

View File

@ -1,4 +1,3 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android">
package="de.mm20.launcher2.base">
</manifest> </manifest>

View File

@ -6,7 +6,7 @@ buildscript {
mavenCentral() mavenCentral()
} }
dependencies { dependencies {
classpath("com.android.tools.build:gradle:7.1.3") classpath("com.android.tools.build:gradle:7.2.0")
classpath(libs.kotlin.gradle) classpath(libs.kotlin.gradle)
// NOTE: Do not place your application dependencies here; they belong // NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files // in the individual module build.gradle files

View File

@ -31,6 +31,7 @@ android {
kotlinOptions { kotlinOptions {
jvmTarget = "1.8" jvmTarget = "1.8"
} }
namespace = "de.mm20.launcher2.calculator"
} }
dependencies { dependencies {

View File

@ -1,5 +1,4 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android">
package="de.mm20.launcher2.calculator">
/ /
</manifest> </manifest>

View File

@ -31,6 +31,7 @@ android {
kotlinOptions { kotlinOptions {
jvmTarget = "1.8" jvmTarget = "1.8"
} }
namespace = "de.mm20.launcher2.calendar"
} }
dependencies { dependencies {

View File

@ -1,5 +1,4 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android">
package="de.mm20.launcher2.calendar">
<uses-permission android:name="android.permission.READ_CALENDAR" /> <uses-permission android:name="android.permission.READ_CALENDAR" />
</manifest> </manifest>

View File

@ -31,6 +31,7 @@ android {
kotlinOptions { kotlinOptions {
jvmTarget = "1.8" jvmTarget = "1.8"
} }
namespace = "de.mm20.launcher2.compat"
} }
dependencies { dependencies {

View File

@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android">
package="de.mm20.launcher2.compat">
</manifest> </manifest>

View File

@ -31,6 +31,7 @@ android {
kotlinOptions { kotlinOptions {
jvmTarget = "1.8" jvmTarget = "1.8"
} }
namespace = "de.mm20.launcher2.contacts"
} }
dependencies { dependencies {

View File

@ -1,5 +1,4 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android">
package="de.mm20.launcher2.contacts">
/ /
</manifest> </manifest>

View File

@ -31,6 +31,7 @@ android {
kotlinOptions { kotlinOptions {
jvmTarget = "1.8" jvmTarget = "1.8"
} }
namespace = "de.mm20.launcher2.crashreporter"
} }
dependencies { dependencies {

View File

@ -1,5 +1,4 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android">
package="de.mm20.launcher2.crashreporter">
<application> <application>
<provider <provider
android:name="com.balsikandar.crashreporter.CrashReporterInitProvider" android:name="com.balsikandar.crashreporter.CrashReporterInitProvider"

View File

@ -31,6 +31,7 @@ android {
kotlinOptions { kotlinOptions {
jvmTarget = "1.8" jvmTarget = "1.8"
} }
namespace = "de.mm20.launcher2.currencies"
} }
dependencies { dependencies {

View File

@ -1,3 +1,3 @@
<manifest package="de.mm20.launcher2.currencies"> <manifest>
</manifest> </manifest>

View File

@ -38,6 +38,7 @@ android {
kotlinOptions { kotlinOptions {
jvmTarget = "1.8" jvmTarget = "1.8"
} }
namespace = "de.mm20.launcher2.database"
} }
dependencies { dependencies {

View File

@ -1,5 +1,4 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android">
package="de.mm20.launcher2.database">
/ /
</manifest> </manifest>

View File

@ -31,6 +31,7 @@ android {
kotlinOptions { kotlinOptions {
jvmTarget = "1.8" jvmTarget = "1.8"
} }
namespace = "de.mm20.launcher2.favorites"
} }
dependencies { dependencies {

View File

@ -1 +1 @@
<manifest package="de.mm20.launcher2.favorites" /> <manifest />

View File

@ -31,6 +31,7 @@ android {
kotlinOptions { kotlinOptions {
jvmTarget = "1.8" jvmTarget = "1.8"
} }
namespace = "de.mm20.launcher2.files"
} }
dependencies { dependencies {

View File

@ -1,5 +1,4 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android">
package="de.mm20.launcher2.files">
/ /
</manifest> </manifest>

View File

@ -32,6 +32,7 @@ android {
kotlinOptions { kotlinOptions {
jvmTarget = "1.8" jvmTarget = "1.8"
} }
namespace = "de.mm20.launcher2.gservices"
} }
dependencies { dependencies {

View File

@ -1,5 +1,4 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android">
package="de.mm20.launcher2.gservices">
<application> <application>
<activity <activity

View File

@ -1,6 +1,6 @@
#Mon Aug 16 10:19:49 CEST 2021 #Mon Aug 16 10:19:49 CEST 2021
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME

View File

@ -31,6 +31,7 @@ android {
kotlinOptions { kotlinOptions {
jvmTarget = "1.8" jvmTarget = "1.8"
} }
namespace = "de.mm20.launcher2.hiddenitems"
} }
dependencies { dependencies {

View File

@ -1,5 +1,4 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android">
package="de.mm20.launcher2.hiddenitems">
/ /
</manifest> </manifest>

View File

@ -31,6 +31,7 @@ android {
kotlinOptions { kotlinOptions {
jvmTarget = "1.8" jvmTarget = "1.8"
} }
namespace = "de.mm20.launcher2.i18n"
} }
dependencies { dependencies {

View File

@ -1,4 +1,3 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android">
package="de.mm20.launcher2.i18n">
</manifest> </manifest>

View File

@ -31,6 +31,7 @@ android {
kotlinOptions { kotlinOptions {
jvmTarget = "1.8" jvmTarget = "1.8"
} }
namespace = "de.mm20.launcher2.icons"
} }
dependencies { dependencies {

View File

@ -1,5 +1,4 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android">
package="de.mm20.launcher2.icons">
<queries> <queries>
<intent> <intent>

View File

@ -31,6 +31,7 @@ android {
kotlinOptions { kotlinOptions {
jvmTarget = "1.8" jvmTarget = "1.8"
} }
namespace = "de.mm20.launcher2.ktx"
} }
dependencies { dependencies {

View File

@ -1,5 +1,4 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android">
package="de.mm20.launcher2.ktx">
/ /
</manifest> </manifest>

View File

@ -31,6 +31,7 @@ android {
kotlinOptions { kotlinOptions {
jvmTarget = "1.8" jvmTarget = "1.8"
} }
namespace = "de.mm20.launcher2.materialcolorutilities"
} }
dependencies { dependencies {

View File

@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android">
package="de.mm20.launcher2.materialcolorutilities">
</manifest> </manifest>

View File

@ -32,6 +32,7 @@ android {
kotlinOptions { kotlinOptions {
jvmTarget = "1.8" jvmTarget = "1.8"
} }
namespace = "de.mm20.launcher2.msservices"
} }
dependencies { dependencies {

View File

@ -1,5 +1,4 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android">
package="de.mm20.launcher2.msservices">
<application> <application>
<activity <activity

View File

@ -31,6 +31,7 @@ android {
kotlinOptions { kotlinOptions {
jvmTarget = "1.8" jvmTarget = "1.8"
} }
namespace = "de.mm20.launcher2.music"
} }
dependencies { dependencies {

View File

@ -1,5 +1,4 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android">
package="de.mm20.launcher2.music">
/ /
</manifest> </manifest>

View File

@ -35,6 +35,7 @@ android {
kotlinOptions { kotlinOptions {
jvmTarget = "1.8" jvmTarget = "1.8"
} }
namespace = "de.mm20.launcher2.nextcloud"
} }
dependencies { dependencies {

View File

@ -1,5 +1,4 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android">
package="de.mm20.launcher2.nextcloud">
<application> <application>
<activity <activity

View File

@ -31,6 +31,7 @@ android {
kotlinOptions { kotlinOptions {
jvmTarget = "1.8" jvmTarget = "1.8"
} }
namespace = "de.mm20.launcher2.notifications"
} }
dependencies { dependencies {

View File

@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android">
package="de.mm20.launcher2.notifications">
<application> <application>
<service <service

View File

@ -35,6 +35,7 @@ android {
buildFeatures { buildFeatures {
viewBinding = true viewBinding = true
} }
namespace = "de.mm20.launcher2.owncloud"
} }
dependencies { dependencies {

View File

@ -1,5 +1,4 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android">
package="de.mm20.launcher2.owncloud">
<application> <application>
<activity <activity

View File

@ -31,6 +31,7 @@ android {
kotlinOptions { kotlinOptions {
jvmTarget = "1.8" jvmTarget = "1.8"
} }
namespace = "de.mm20.launcher2.permissions"
} }
dependencies { dependencies {

View File

@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android">
package="de.mm20.launcher2.permissions">
</manifest> </manifest>

View File

@ -34,6 +34,7 @@ android {
kotlinOptions { kotlinOptions {
jvmTarget = JavaVersion.VERSION_1_8.toString() jvmTarget = JavaVersion.VERSION_1_8.toString()
} }
namespace = "de.mm20.launcher2.preferences"
} }
protobuf { protobuf {

View File

@ -1,4 +1,3 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android">
package="de.mm20.launcher2.preferences">
</manifest> </manifest>

View File

@ -31,6 +31,7 @@ android {
kotlinOptions { kotlinOptions {
jvmTarget = "1.8" jvmTarget = "1.8"
} }
namespace = "de.mm20.launcher2.search"
} }
dependencies { dependencies {

View File

@ -1 +1 @@
<manifest package="de.mm20.launcher2.search" /> <manifest />

View File

@ -31,6 +31,7 @@ android {
kotlinOptions { kotlinOptions {
jvmTarget = "1.8" jvmTarget = "1.8"
} }
namespace = "de.mm20.launcher2.transition"
} }
dependencies { dependencies {

View File

@ -1,5 +1,4 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android">
package="de.mm20.launcher2.transition">
/ /
</manifest> </manifest>

View File

@ -45,6 +45,7 @@ android {
lint { lint {
abortOnError = false abortOnError = false
} }
namespace = "de.mm20.launcher2.ui"
} }
dependencies { dependencies {

View File

@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android">
package="de.mm20.launcher2.ui">
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<application> <application>

View File

@ -31,6 +31,7 @@ android {
kotlinOptions { kotlinOptions {
jvmTarget = "1.8" jvmTarget = "1.8"
} }
namespace = "de.mm20.launcher2.unitconverter"
} }
dependencies { dependencies {

View File

@ -1,5 +1,4 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android">
package="de.mm20.launcher2.unitconverter">
/ /
</manifest> </manifest>

View File

@ -31,6 +31,7 @@ android {
kotlinOptions { kotlinOptions {
jvmTarget = "1.8" jvmTarget = "1.8"
} }
namespace = "de.mm20.launcher2.weather"
} }
dependencies { dependencies {

View File

@ -1,5 +1,4 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android">
package="de.mm20.launcher2.weather">
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" /> <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
</manifest> </manifest>

View File

@ -31,6 +31,7 @@ android {
kotlinOptions { kotlinOptions {
jvmTarget = "1.8" jvmTarget = "1.8"
} }
namespace = "de.mm20.launcher2.webdav"
} }
dependencies { dependencies {

View File

@ -1,5 +1,4 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android">
package="de.mm20.launcher2.webdav">
/ /
</manifest> </manifest>

View File

@ -31,6 +31,7 @@ android {
kotlinOptions { kotlinOptions {
jvmTarget = "1.8" jvmTarget = "1.8"
} }
namespace = "de.mm20.launcher2.websites"
} }
dependencies { dependencies {

View File

@ -1,5 +1,4 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android">
package="de.mm20.launcher2.websites">
/ /
</manifest> </manifest>

View File

@ -31,6 +31,7 @@ android {
kotlinOptions { kotlinOptions {
jvmTarget = "1.8" jvmTarget = "1.8"
} }
namespace = "de.mm20.launcher2.widgets"
} }
dependencies { dependencies {

View File

@ -1,5 +1,4 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android">
package="de.mm20.launcher2.widgets">
/ /
</manifest> </manifest>

View File

@ -31,6 +31,7 @@ android {
kotlinOptions { kotlinOptions {
jvmTarget = "1.8" jvmTarget = "1.8"
} }
namespace = "de.mm20.launcher2.wikipedia"
} }
dependencies { dependencies {

View File

@ -1,5 +1,4 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android">
package="de.mm20.launcher2.wikipedia">
/ /
</manifest> </manifest>