mirror of
https://github.com/lichess-org/dart-stockfish.git
synced 2026-05-26 13:51:01 +00:00
Revert "Add support for both AGP v8 and older versions"
This reverts commit 3fab1740e2.
This commit is contained in:
@@ -22,12 +22,6 @@ rootProject.allprojects {
|
||||
apply plugin: 'com.android.library'
|
||||
|
||||
android {
|
||||
// add support for both AGP v8 and older versions
|
||||
// https://github.com/flutter/flutter/issues/125621#issuecomment-1525995461
|
||||
if (project.android.hasProperty("namespace")) {
|
||||
namespace 'com.arjanaswal.stockfish'
|
||||
}
|
||||
|
||||
compileSdkVersion 29
|
||||
|
||||
defaultConfig {
|
||||
|
||||
Reference in New Issue
Block a user