diff --git a/app/AndroidManifest.xml b/app/AndroidManifest.xml index bf991e2..48f058e 100644 --- a/app/AndroidManifest.xml +++ b/app/AndroidManifest.xml @@ -54,6 +54,12 @@ + + + + + + + + + + + + + + + + + + + diff --git a/app/build.gradle b/app/build.gradle index b18b71a..22bab34 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -128,8 +128,7 @@ dependencies { implementation "androidx.appcompat:appcompat:1.0.2" implementation "androidx.biometric:biometric:1.1.0" - implementation files('../libs/unity-classes.jar') - + implementation 'com.google.android.gms:play-services-auth:20.3.0' // implementation 'com.xm.permissions:XmPermissions:1.0.1' diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index 481bb43..de9e5a5 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -18,4 +18,6 @@ # If you keep the line number information, uncomment this to # hide the original source file name. -#-renamesourcefileattribute SourceFile \ No newline at end of file +#-renamesourcefileattribute SourceFile + +-keep class com.youme.*{;} -keep class com.youme.livevideo.* {;} -keepattributes Signature \ No newline at end of file diff --git a/libs/youme_voice_engine.jar b/libs/youme_voice_engine.jar new file mode 100644 index 0000000..8b20c18 Binary files /dev/null and b/libs/youme_voice_engine.jar differ