diff --git a/android/apps/interface/build.gradle b/android/apps/interface/build.gradle index 4093f0ff0d..4163df03b7 100644 --- a/android/apps/interface/build.gradle +++ b/android/apps/interface/build.gradle @@ -6,7 +6,7 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:3.3.0' + classpath 'com.android.tools.build:gradle:3.2.1' } } diff --git a/android/apps/questInterface/src/main/AndroidManifest.xml b/android/apps/questInterface/src/main/AndroidManifest.xml index f3d06e0c13..a5029382cb 100644 --- a/android/apps/questInterface/src/main/AndroidManifest.xml +++ b/android/apps/questInterface/src/main/AndroidManifest.xml @@ -28,7 +28,7 @@ android:excludeFromRecents="true"> - + #include -//#include -//#include +#include +#include void initOculusPlatform(JNIEnv* env, jobject obj) { static std::once_flag once;