Weex 設(shè)置gradle依賴

2023-12-26 17:46 更新

從 0.28.0 開始,Weex 每次 Release 都將會(huì)發(fā)布兩個(gè)二進(jìn)制版本,請閱讀文檔了解它們的區(qū)別

dependencies {
    ...
    // 以下兩個(gè) weex_sdk 版本二選一
    //implementation 'org.apache.weex:sdk:0.28.0'
    //implementation 'org.apache.weex:sdk_legacy:0.28.0'

    // fastjson
    implementation 'com.alibaba:fastjson:1.1.46.android'

    //support library dependencies
    implementation 'com.android.support:recyclerview-v7:23.1.1'
    implementation 'com.android.support:support-v4:23.1.1'
    implementation 'com.android.support:appcompat-v7:23.1.1'
}


以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)