We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0daff2 commit 0faf934Copy full SHA for 0faf934
1 file changed
gradle/app/build.gradle
@@ -10,8 +10,8 @@ android {
10
// 2019: Apps on Google Play will be required to target API level 28 or higher.
11
// 2020: Apps on Google Play will be required to target API level 29 or higher.
12
targetSdkVersion 30
13
- versionCode 153
14
- versionName "5.0.968"
+ versionCode 154
+ versionName "5.0.977"
15
externalNativeBuild {
16
cmake {
17
cppFlags "-std=c++17"
0 commit comments