Remove support for Android and older versions
See https://github.com/orgs/FossifyOrg/discussions/241
This commit is contained in:
parent
3f17c2d94c
commit
7d2b87adc1
108 changed files with 347 additions and 137 deletions
|
|
@ -76,7 +76,7 @@ android {
|
|||
}
|
||||
|
||||
compileOptions {
|
||||
val currentJavaVersionFromLibs = JavaVersion.valueOf(libs.versions.app.build.javaVersion.get().toString())
|
||||
val currentJavaVersionFromLibs = JavaVersion.valueOf(libs.versions.app.build.javaVersion.get())
|
||||
sourceCompatibility = currentJavaVersionFromLibs
|
||||
targetCompatibility = currentJavaVersionFromLibs
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue