diff --git a/auth0_flutter/android/build.gradle b/auth0_flutter/android/build.gradle index ebc4c173..6aec9fc2 100644 --- a/auth0_flutter/android/build.gradle +++ b/auth0_flutter/android/build.gradle @@ -31,7 +31,7 @@ rootProject.allprojects { } android { - compileSdkVersion 31 + compileSdkVersion flutter.compileSdkVersion if (project.android.hasProperty("namespace")) { namespace libApplicationId }