diff --git a/gradle.properties b/gradle.properties index 94312fc..5c426e9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,5 +14,5 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 # Kotlin code style for this project: "official" or "obsolete": kotlin.code.style=official # Default app version for local builds. Release workflow overrides this from the git tag. -appVersionName=2.6.7 +appVersionName=2.6.8 android.useAndroidX=true diff --git a/xray-protos/build.gradle.kts b/xray-protos/build.gradle.kts index 26969a5..09662b1 100644 --- a/xray-protos/build.gradle.kts +++ b/xray-protos/build.gradle.kts @@ -4,9 +4,8 @@ plugins { } java { - toolchain { - languageVersion.set(JavaLanguageVersion.of(11)) - } + sourceCompatibility = JavaVersion.VERSION_11 + targetCompatibility = JavaVersion.VERSION_11 } protobuf {