optmized android example using android sdk from maven repo

This commit is contained in:
strawmanbobi
2025-11-27 15:55:15 +08:00
parent 1005945ad8
commit a42f49da49
46 changed files with 8 additions and 3139 deletions

View File

@@ -36,10 +36,11 @@ android {
dependencies {
implementation project(':decodesdk')
implementation project(':web-api')
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation fileTree(dir: 'libs', include: ['*.aar'])
implementation 'net.irext.webapi:irext-androidapi:1.5.1'
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support:design:28.0.0'
implementation 'com.android.support:support-v4:28.0.0'