diff --git a/app/build.gradle b/app/build.gradle index 4ea5e1e..b3419ee 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -4,14 +4,14 @@ plugins { } android { - compileSdk 32 + compileSdk 33 defaultConfig { applicationId "com.fox2code.mmm" minSdk 21 - targetSdk 32 - versionCode 47 - versionName "0.5.4" + targetSdk 33 + versionCode 48 + versionName "0.5.5" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }