Browse Source

Android build: Update engine version on AndroidHelper.java

pull/8/head
Hussein Kasem 4 years ago
committed by Newgitea
parent
commit
c2ffa0932f
  1. 2
      android/src/foundation/pEp/jniadapter/AndroidHelper.java

2
android/src/foundation/pEp/jniadapter/AndroidHelper.java

@ -31,7 +31,7 @@ public class AndroidHelper {
// TODO : Increment when needed.
// TODO : Check if this version tracking is really needed and Automatize it
public static String ENGINE_VERSION_CODE = "Release_2.1.27";
public static String ENGINE_VERSION_CODE = "Release_2.1.33";
private static File shareDir;

Loading…
Cancel
Save