diff --git a/app/build.gradle b/app/build.gradle index d54b7e8..b064965 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -24,8 +24,8 @@ android { } } compileOptions { - sourceCompatibility JavaVersion.VERSION_1_8 - targetCompatibility JavaVersion.VERSION_1_8 + sourceCompatibility JavaVersion.VERSION_11 + targetCompatibility JavaVersion.VERSION_11 } } diff --git a/xiayuCommon/build.gradle b/xiayuCommon/build.gradle index a57effa..b10bd05 100644 --- a/xiayuCommon/build.gradle +++ b/xiayuCommon/build.gradle @@ -7,7 +7,7 @@ def siteUrl = 'https://github.com/LoveBabyForeve/xiayucommon' //项目在git def gitUrl = 'https://github.com/LoveBabyForeve/xiayucommon.git' //Git仓库的地址 group = "com.LoveBabyForeve.xiayucommon" -version = "1.3.6" +version = "1.3.1" android { @@ -18,7 +18,7 @@ android { minSdkVersion 21 targetSdkVersion 30 versionCode 8 - versionName '1.3.6' + versionName '1.3.1' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" consumerProguardFiles "consumer-rules.pro" @@ -35,8 +35,8 @@ android { } } compileOptions { - sourceCompatibility JavaVersion.VERSION_1_8 - targetCompatibility JavaVersion.VERSION_1_8 + sourceCompatibility JavaVersion.VERSION_11 + targetCompatibility JavaVersion.VERSION_11 } }