diff --git a/project/jni/application/ninslash/AndroidAppSettings.cfg b/project/jni/application/ninslash/AndroidAppSettings.cfg index e2cd1e7e3..41d0db995 100644 --- a/project/jni/application/ninslash/AndroidAppSettings.cfg +++ b/project/jni/application/ninslash/AndroidAppSettings.cfg @@ -7,10 +7,10 @@ AppName="Ninslash" AppFullName=ninslash.com # Application version code (integer) -AppVersionCode=01800 +AppVersionCode=01801 # Application user-visible version name (string) -AppVersionName="0.1.8.00 pre-alpha nightly unstable debugkeys" +AppVersionName="0.1.8.01 unstable pre-alpha early access" # Specify path to download application data in zip archive in the form 'Description|URL|MirrorURL^Description2|URL2|MirrorURL2^...' # If you'll start Description with '!' symbol it will be enabled by default, other downloads should be selected by user from startup config menu @@ -48,11 +48,11 @@ NeedStencilBuffer=n # Use GLES 2.x context # you need this option only if you're developing 3-d app (y) or (n) -NeedGles2=n +NeedGles2=y # Use GLES 3.x context # you need this option only if you're developing 3-d app (y) or (n) -NeedGles3=y +NeedGles3=n # Use glshim library for provide OpenGL 1.x functionality to OpenGL ES accelerated cards (y) or (n) UseGlshim= diff --git a/project/jni/application/ninslash/src b/project/jni/application/ninslash/src index b5e619f59..a524ae36a 160000 --- a/project/jni/application/ninslash/src +++ b/project/jni/application/ninslash/src @@ -1 +1 @@ -Subproject commit b5e619f59b8f2ea57d8397751ecdd6f0adadef4d +Subproject commit a524ae36a2f2f9ff327272b2c8fbac41530e4611