Skip to content

Commit

Permalink
remove unnecessary println
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbark committed Sep 28, 2024
1 parent 7f662dc commit bc527eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/stripe_android/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ dependencies {
afterEvaluate {
// check version of com.android.application - fail if 8.0.0 or higher
def androidPluginVersion = com.android.Version.ANDROID_GRADLE_PLUGIN_VERSION
print("android plugin version: " + androidPluginVersion)
if (androidPluginVersion >= '8.0.0') {
throw new GradleException("flutter_stripe: Stripe Android SDK requires com.android.application plugin lower than 8.0.0.\nSee https://github.com/flutter-stripe/flutter_stripe/issues/1909\n")
}
Expand Down

0 comments on commit bc527eb

Please sign in to comment.