Separate android initialization from Activity (#11891)

This commit is contained in:
Xander
2025-01-10 23:05:58 +00:00
committed by GitHub
parent c64197be1a
commit d14c93c4b1
16 changed files with 2322 additions and 2159 deletions

View File

@@ -55,6 +55,11 @@ android {
lint {
abortOnError false
}
compileOptions {
// our minSdk, lollipop (API 21) uses java 7
sourceCompatibility JavaVersion.VERSION_1_7
targetCompatibility JavaVersion.VERSION_1_7
}
}
dependencies {