Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Start version 5.0.2 #1682

Merged
merged 9 commits into from
Mar 30, 2023
Prev Previous commit
Next Next commit
Update DemoApp Version
  • Loading branch information
AnatolyPristensky committed Mar 23, 2023
commit 34366054f4953b1cd60d39a3ab8188fe86abb58a
2 changes: 1 addition & 1 deletion apps/sasquatch/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ android {

defaultConfig {
versionCode 300
versionName "5.0.0"
versionName "5.0.1"
externalNativeBuild {
ndkBuild {
arguments "NDK_APPLICATION_MK=Application.mk", "V=1"
Expand Down