Skip to content

Commit

Permalink
CATROID-1474 Update huawei ml libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
dorianpercic committed Oct 17, 2022
1 parent 3dbda64 commit 865e29b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions catroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -451,16 +451,16 @@ dependencies {
implementation 'com.google.mlkit:pose-detection:17.0.0'

// HUAWEI Mobile Services
implementation 'com.huawei.hms:base:4.0.3.300'
implementation 'com.huawei.hms:base:6.4.0.303'

// Huawei ML Kit
implementation 'com.huawei.hms:ml-computer-voice-asr-plugin:2.2.0.300'
implementation 'com.huawei.hms:ml-computer-voice-asr:2.2.0.300'
implementation 'com.huawei.hms:ml-computer-vision-face:2.0.5.300'
implementation 'com.huawei.hms:ml-computer-voice-tts:2.2.0.300'
implementation 'com.huawei.hms:ml-computer-vision-ocr:2.0.5.301'
implementation 'com.huawei.hms:ml-computer-language-detection:2.2.0.300'
implementation 'com.huawei.hms:ml-computer-vision-skeleton:2.0.4.300'
implementation 'com.huawei.hms:ml-computer-voice-asr-plugin:3.7.0.301'
implementation 'com.huawei.hms:ml-computer-voice-asr:3.7.0.301'
implementation 'com.huawei.hms:ml-computer-vision-face:3.7.0.301'
implementation 'com.huawei.hms:ml-computer-voice-tts:3.7.0.303'
implementation 'com.huawei.hms:ml-computer-vision-ocr:3.7.0.302'
implementation 'com.huawei.hms:ml-computer-language-detection:3.7.0.301'
implementation 'com.huawei.hms:ml-computer-vision-skeleton:3.7.0.301'

// libGDX
implementation "com.badlogicgames.gdx:gdx:$gdxVersion"
Expand Down

0 comments on commit 865e29b

Please sign in to comment.