优化代码
This commit is contained in:
@@ -61,8 +61,8 @@ android {
|
||||
}
|
||||
}
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_17
|
||||
targetCompatibility JavaVersion.VERSION_17
|
||||
sourceCompatibility rootProject.ext.JAVA_VERSION
|
||||
targetCompatibility rootProject.ext.JAVA_VERSION
|
||||
}
|
||||
|
||||
applicationVariants.all { variant ->
|
||||
|
||||
@@ -66,8 +66,8 @@ android {
|
||||
}
|
||||
}
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_17
|
||||
targetCompatibility JavaVersion.VERSION_17
|
||||
sourceCompatibility rootProject.ext.JAVA_VERSION
|
||||
targetCompatibility rootProject.ext.JAVA_VERSION
|
||||
}
|
||||
|
||||
applicationVariants.all { variant ->
|
||||
|
||||
@@ -12,8 +12,8 @@ android {
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_17
|
||||
targetCompatibility JavaVersion.VERSION_17
|
||||
sourceCompatibility rootProject.ext.JAVA_VERSION
|
||||
targetCompatibility rootProject.ext.JAVA_VERSION
|
||||
}
|
||||
|
||||
buildFeatures {
|
||||
|
||||
@@ -29,7 +29,6 @@ public class ActionConfirmDialog extends Dialog {
|
||||
public interface OnToActionListener {
|
||||
void toSumbit();
|
||||
void toCancel();
|
||||
|
||||
}
|
||||
|
||||
public void setOnToActionListener(OnToActionListener onNextCallListener) {
|
||||
|
||||
@@ -12,8 +12,8 @@ android {
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_17
|
||||
targetCompatibility JavaVersion.VERSION_17
|
||||
sourceCompatibility rootProject.ext.JAVA_VERSION
|
||||
targetCompatibility rootProject.ext.JAVA_VERSION
|
||||
}
|
||||
|
||||
buildFeatures {
|
||||
|
||||
@@ -9,4 +9,5 @@ ext {
|
||||
versionCode = 133
|
||||
versionName = "v1.3.3"
|
||||
namespace = "com.webclip.base"
|
||||
JAVA_VERSION = JavaVersion.VERSION_17
|
||||
}
|
||||
@@ -64,8 +64,8 @@ android {
|
||||
}
|
||||
}
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_17
|
||||
targetCompatibility JavaVersion.VERSION_17
|
||||
sourceCompatibility rootProject.ext.JAVA_VERSION
|
||||
targetCompatibility rootProject.ext.JAVA_VERSION
|
||||
}
|
||||
|
||||
applicationVariants.all { variant ->
|
||||
|
||||
@@ -62,8 +62,8 @@ android {
|
||||
}
|
||||
}
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_17
|
||||
targetCompatibility JavaVersion.VERSION_17
|
||||
sourceCompatibility rootProject.ext.JAVA_VERSION
|
||||
targetCompatibility rootProject.ext.JAVA_VERSION
|
||||
}
|
||||
|
||||
applicationVariants.all { variant ->
|
||||
|
||||
@@ -66,8 +66,8 @@ android {
|
||||
}
|
||||
}
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_17
|
||||
targetCompatibility JavaVersion.VERSION_17
|
||||
sourceCompatibility rootProject.ext.JAVA_VERSION
|
||||
targetCompatibility rootProject.ext.JAVA_VERSION
|
||||
}
|
||||
|
||||
applicationVariants.all { variant ->
|
||||
@@ -94,5 +94,8 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
//基础模块 涉及的敏感权限只有版本更新的 安装app权限
|
||||
implementation project(path: ':base')
|
||||
//基础模块 不包含任何的系统权限 两个基础包 按需选择
|
||||
//implementation project(path: ':base_noupdata')
|
||||
}
|
||||
@@ -66,8 +66,8 @@ android {
|
||||
}
|
||||
}
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_17
|
||||
targetCompatibility JavaVersion.VERSION_17
|
||||
sourceCompatibility rootProject.ext.JAVA_VERSION
|
||||
targetCompatibility rootProject.ext.JAVA_VERSION
|
||||
}
|
||||
|
||||
applicationVariants.all { variant ->
|
||||
|
||||
@@ -67,8 +67,8 @@ android {
|
||||
}
|
||||
}
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_17
|
||||
targetCompatibility JavaVersion.VERSION_17
|
||||
sourceCompatibility rootProject.ext.JAVA_VERSION
|
||||
targetCompatibility rootProject.ext.JAVA_VERSION
|
||||
}
|
||||
|
||||
applicationVariants.all { variant ->
|
||||
|
||||
@@ -61,8 +61,8 @@ android {
|
||||
}
|
||||
}
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_17
|
||||
targetCompatibility JavaVersion.VERSION_17
|
||||
sourceCompatibility rootProject.ext.JAVA_VERSION
|
||||
targetCompatibility rootProject.ext.JAVA_VERSION
|
||||
}
|
||||
|
||||
applicationVariants.all { variant ->
|
||||
|
||||
@@ -66,8 +66,8 @@ android {
|
||||
}
|
||||
}
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_17
|
||||
targetCompatibility JavaVersion.VERSION_17
|
||||
sourceCompatibility rootProject.ext.JAVA_VERSION
|
||||
targetCompatibility rootProject.ext.JAVA_VERSION
|
||||
}
|
||||
|
||||
applicationVariants.all { variant ->
|
||||
|
||||
@@ -69,8 +69,8 @@ android {
|
||||
}
|
||||
}
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_17
|
||||
targetCompatibility JavaVersion.VERSION_17
|
||||
sourceCompatibility rootProject.ext.JAVA_VERSION
|
||||
targetCompatibility rootProject.ext.JAVA_VERSION
|
||||
}
|
||||
|
||||
applicationVariants.all { variant ->
|
||||
|
||||
@@ -68,8 +68,8 @@ android {
|
||||
}
|
||||
}
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_17
|
||||
targetCompatibility JavaVersion.VERSION_17
|
||||
sourceCompatibility rootProject.ext.JAVA_VERSION
|
||||
targetCompatibility rootProject.ext.JAVA_VERSION
|
||||
}
|
||||
|
||||
applicationVariants.all { variant ->
|
||||
|
||||
Reference in New Issue
Block a user