diff --git a/android/app/build.gradle b/android/app/build.gradle index f75918b..0cc4b0b 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -16,8 +16,8 @@ android { } minSdkVersion 19 targetSdkVersion 26 - versionCode 2 - versionName "0.3.0" + versionCode 3 + versionName "0.4.0" externalNativeBuild { cmake { arguments "-DANDROID_APP_PLATFORM=android-16", "-DANDROID_STL=c++_static"