diff --git a/app/build.gradle b/app/build.gradle index 446f75c..238ead4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "com.fox2code.mmm" minSdk 21 targetSdk 32 - versionCode 32 - versionName "0.4.0-rc1" + versionCode 33 + versionName "0.4.0-rc2" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/build.gradle b/build.gradle index e39403f..5120054 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { mavenCentral() gradlePluginPortal() } - project.ext.latestAboutLibsRelease = "10.0.0-rc01" + project.ext.latestAboutLibsRelease = "10.0.0" dependencies { classpath 'com.android.tools.build:gradle:7.1.2' classpath "com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin:${latestAboutLibsRelease}"