diff --git a/android/app/build.gradle b/android/app/build.gradle index 43fa5908..d57a5e43 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -38,7 +38,7 @@ android { defaultConfig { applicationId "com.komodoplatform.atomicdex" minSdkVersion 28 - targetSdkVersion 31 + targetSdkVersion 33 versionCode flutterVersionCode.toInteger() versionName flutterVersionName buildConfigField "Long", "BUILD_TIME", "" + System.currentTimeMillis() + "L"