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 {
jvmTarget = "1.8"
}
namespace = "de.mm20.launcher2.accounts"
}
dependencies {

View File

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

View File

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

View File

@ -1,7 +1,6 @@
<?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="de.mm20.launcher2">
xmlns:tools="http://schemas.android.com/tools">
<uses-permission android:name="android.permission.SET_ALARM" />
<uses-permission android:name="com.android.alarm.permission.SET_ALARM" />

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
#Mon Aug 16 10:19:49 CEST 2021
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
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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