正式讯飞语音环境

This commit is contained in:
2022-10-20 14:12:18 +08:00
parent 8ce4133e50
commit 4bd42b98d5
8 changed files with 78 additions and 16 deletions

View File

@ -8,7 +8,7 @@ android {
defaultConfig {
applicationId "chaoran.business.pda"
minSdkVersion 22
minSdkVersion 26
targetSdkVersion 29
versionCode 1
versionName "1.0"
@ -54,12 +54,18 @@ android {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
/* repositories {
flatDir {
dirs 'libs'
}
}*/
}
dependencies {
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'com.google.android.material:material:1.2.1'
implementation 'com.google.code.gson:gson:2.6.2'
//加载jar包
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.preference:preference:1.1.1'
//implementation fileTree(include: ['*.aar'], dir: 'libs')
}