File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
UnitySpeechRecognizerPlugin/SpeechRecognizer Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,11 @@ android {
2222}
2323
2424dependencies {
25- compileOnly fileTree( dir : ' libs' , include : [ ' * .jar' ])
25+ compileOnly files( ' ./ libs/classes .jar' ) // Avoid redundant Unity Player in final application APK
2626 implementation " androidx.core:core-ktx:1.3.1"
2727 testImplementation ' junit:junit:4.12'
2828 androidTestImplementation ' com.android.support.test:runner:1.0.2'
2929 androidTestImplementation ' com.android.support.test.espresso:espresso-core:3.0.2'
30- implementation files(' libs/classes.jar' )
3130}
3231
3332android. libraryVariants. all { variant ->
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3- package =" com.example.eric.unityspeechrecognizerplugin "
3+ package =" com.example.eric.speechrecognizer "
44 android : versionCode =" 1"
55 android : versionName =" 1.0" >
66 <uses-permission android : name =" android.permission.RECORD_AUDIO" />
You can’t perform that action at this time.
0 commit comments