diff --git a/app/build.gradle b/app/build.gradle index a39c8fa..09e43ce 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "io.github.vvb2060.nativedetector" minSdkVersion 21 targetSdkVersion 31 - versionCode 6 - versionName "2.1" + versionCode 7 + versionName "2.2" } externalNativeBuild { ndkBuild { diff --git a/settings.gradle b/settings.gradle index 2983fe8..54dd335 100644 --- a/settings.gradle +++ b/settings.gradle @@ -4,7 +4,7 @@ pluginManagement { google() mavenCentral() } - def ver = '7.1.0-alpha12' + def ver = '7.2.0-alpha01' plugins { id 'com.android.application' version ver id 'com.android.library' version ver