Bump Java Version to 17 (#519)

This commit is contained in:
Yogesh Choudhary Paliyal
2023-05-07 11:21:34 +05:30
committed by GitHub
parent cf6cc72269
commit b3c94f1b04
3 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ runs:
- name: 🧱 Set Up JDK
uses: actions/setup-java@v3
with:
java-version: 11
java-version: 17
distribution: adopt-openj9
- name: "Grant Gradlew rights"

View File

@@ -45,7 +45,7 @@ android {
targetCompatibility JavaVersion.VERSION_17
}
kotlinOptions {
jvmTarget = '1.8'
jvmTarget = '17'
freeCompilerArgs += [
'-Xopt-in=androidx.compose.material3.ExperimentalMaterial3Api'

View File

@@ -27,7 +27,7 @@ android {
targetCompatibility JavaVersion.VERSION_1_8
}
kotlinOptions {
jvmTarget = '1.8'
jvmTarget = '17'
}
namespace 'com.yogeshpaliyal.common'