mirror of
https://github.com/TrianguloY/LightningLauncher.git
synced 2024-12-27 09:58:48 +01:00
Update Gradle Plugin 3.3.2 -> 8.1.1
AGP 8.0 Builds and runs successfully #1 Co-authored-by: SVolf <a.zhiganov@mintmail.ru>
This commit is contained in:
parent
1a1d48286f
commit
d683be0812
11 changed files with 28 additions and 23 deletions
|
@ -126,8 +126,14 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
buildFeatures {
|
||||||
|
aidl true
|
||||||
|
}
|
||||||
|
namespace 'net.pierrox.lightning_launcher_extreme'
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile project(':core')
|
implementation project(':core')
|
||||||
|
implementation project(':plugin-api')
|
||||||
|
implementation 'net.pierrox.android:lsvg:1.0'
|
||||||
}
|
}
|
||||||
|
|
|
@ -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"
|
||||||
package="net.pierrox.lightning_launcher_extreme"
|
android:sharedUserId="net.pierrox.lightning_launcher" >
|
||||||
android:sharedUserId="net.pierrox.lightning_launcher" >
|
|
||||||
|
|
||||||
<uses-permission android:name="android.permission.EXPAND_STATUS_BAR" />
|
<uses-permission android:name="android.permission.EXPAND_STATUS_BAR" />
|
||||||
<uses-permission android:name="android.permission.SET_WALLPAPER"/>
|
<uses-permission android:name="android.permission.SET_WALLPAPER"/>
|
||||||
|
|
|
@ -321,7 +321,7 @@ public class AppDrawerX extends Dashboard implements EditTextIme.OnEditTextImeLi
|
||||||
saveState();
|
saveState();
|
||||||
}
|
}
|
||||||
|
|
||||||
@SuppressWarnings("deprecation")
|
@SuppressWarnings("Deprecation")
|
||||||
@Override
|
@Override
|
||||||
protected Dialog onCreateDialog(int id) {
|
protected Dialog onCreateDialog(int id) {
|
||||||
AlertDialog.Builder builder;
|
AlertDialog.Builder builder;
|
||||||
|
|
|
@ -10,7 +10,7 @@ buildscript {
|
||||||
google()
|
google()
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:3.3.2'
|
classpath 'com.android.tools.build:gradle:8.1.1'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -6,8 +6,6 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 1
|
|
||||||
versionName "1.0"
|
|
||||||
buildConfigField "boolean", "IS_BETA", "false"
|
buildConfigField "boolean", "IS_BETA", "false"
|
||||||
|
|
||||||
ndk {
|
ndk {
|
||||||
|
@ -31,11 +29,12 @@ android {
|
||||||
path 'src/main/jni/CMakeLists.txt'
|
path 'src/main/jni/CMakeLists.txt'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
namespace 'net.pierrox.lightning_launcher'
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile fileTree(include: ['*.jar'], dir: 'libs')
|
implementation fileTree(include: ['*.jar'], dir: 'libs')
|
||||||
compile files('libs/dx.jar')
|
implementation files('libs/dx.jar')
|
||||||
compile 'net.pierrox.android:lsvg:1.0'
|
implementation 'net.pierrox.android:lsvg:1.0'
|
||||||
compile project(':plugin-api')
|
implementation project(':plugin-api')
|
||||||
}
|
}
|
||||||
|
|
|
@ -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="net.pierrox.lightning_launcher">
|
|
||||||
|
|
||||||
<uses-permission android:name="android.permission.CALL_PHONE"/>
|
<uses-permission android:name="android.permission.CALL_PHONE"/>
|
||||||
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
|
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
|
||||||
|
|
|
@ -17,6 +17,9 @@
|
||||||
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
|
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
|
||||||
# org.gradle.parallel=true
|
# org.gradle.parallel=true
|
||||||
|
|
||||||
|
android.defaults.buildfeatures.buildconfig=true
|
||||||
|
android.nonFinalResIds=false
|
||||||
|
android.nonTransitiveRClass=false
|
||||||
org.gradle.daemon=true
|
org.gradle.daemon=true
|
||||||
#org.gradle.parallel=true
|
#org.gradle.parallel=true
|
||||||
#android.useDeprecatedNdk=true
|
#android.useDeprecatedNdk=true
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#Tue Dec 12 04:46:31 CET 2017
|
#Sat Sep 16 18:41:27 KRAT 2023
|
||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-all.zip
|
|
||||||
|
|
|
@ -7,9 +7,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 8
|
minSdkVersion 8
|
||||||
targetSdkVersion 26
|
targetSdkVersion 26
|
||||||
versionCode 1
|
|
||||||
versionName "1.0"
|
|
||||||
}
|
}
|
||||||
|
namespace 'net.pierrox.lightning_launcher.plugin'
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
<manifest package="net.pierrox.lightning_launcher.plugin"/>
|
<manifest />
|
||||||
|
|
|
@ -47,9 +47,9 @@ android {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile fileTree(include: ['*.jar'], dir: 'libs')
|
implementation fileTree(include: ['*.jar'], dir: 'libs')
|
||||||
compile 'com.google.android.support:wearable:1.2.0'
|
implementation 'com.google.android.support:wearable:1.2.0'
|
||||||
provided 'com.google.android.wearable:wearable:1.0.0'
|
implementation 'com.google.android.wearable:wearable:1.0.0'
|
||||||
compile 'com.google.android.gms:play-services-wearable:6.5.87'
|
implementation 'com.google.android.gms:play-services-wearable:6.5.87'
|
||||||
compile project(':core')
|
implementation project(':core')
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue