fix(android): Downgrade Java version to 17 for compatibility
This commit is contained in:
parent
fb1e3c05c7
commit
702bf87552
1 changed files with 4 additions and 0 deletions
|
|
@ -22,6 +22,10 @@ android {
|
|||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
}
|
||||
}
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_17
|
||||
targetCompatibility JavaVersion.VERSION_17
|
||||
}
|
||||
}
|
||||
|
||||
repositories {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue