mirror of
https://github.com/amnesica/KryptEY.git
synced 2025-05-16 13:02:19 -04:00
Set compileOptions to fix RB on F-Droid (difference in .dex files)
This commit is contained in:
parent
e94850d326
commit
7f11b4f9c4
1 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,10 @@ android {
|
|||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
}
|
||||
}
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_11
|
||||
targetCompatibility JavaVersion.VERSION_11
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue