plugins {
id 'com.android.library' // NOT just 'java-library'
}
android {
compileSdkVersion 33
defaultConfig {
minSdkVersion 23 // Make sure this is 21+ or the same as the failing transform
}
}
flutter clean
flutter pub get
flutter build apk