Revert "Add support for both AGP v8 and older versions"

This reverts commit 3fab1740e2.
This commit is contained in:
Vincent Velociter
2023-07-17 09:05:11 +02:00
parent 4fb9d9cc48
commit dc160c6ae3
-6
View File
@@ -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 {