朗读配音(android)

FailedToRead 4db8ab0fc2 1.增加所有版本ijkplayer的so包 hace 1 año
.idea 4db8ab0fc2 1.增加所有版本ijkplayer的so包 hace 1 año
app 4db8ab0fc2 1.增加所有版本ijkplayer的so包 hace 1 año
gradle 7ee1527197 1.增加用户中心界面 hace 2 años
.gitignore 3b8b6ca49d 1.提交空白项目 hace 2 años
README.md 45c866b30f 1.增加readme版本 hace 2 años
build.gradle 6849ae96e8 1.增加天猫支付 hace 2 años
gradle.properties 423f8f09b7 1.修改支付页面 hace 2 años
gradlew 3b8b6ca49d 1.提交空白项目 hace 2 años
gradlew.bat 3b8b6ca49d 1.提交空白项目 hace 2 años
settings.gradle 3b8b6ca49d 1.提交空白项目 hace 2 años

README.md

Android朗读配音master线(versionCode=20)

    //义方
    channel_efunbox {
        signingConfig signingConfigs.efunbox
        manifestPlaceholders = [
                appCode: "3006",
                appIcon: "@drawable/icon",
        ]
    }
    //百度(小度音响)
    channel_baidu {
        signingConfig signingConfigs.efunbox
        manifestPlaceholders = [
                appCode: "3003",
                appIcon: "@drawable/icon",
        ]
    }
    //天猫精灵
    channel_tmail {
        signingConfig signingConfigs.efunbox
        manifestPlaceholders = [
                appCode: "3002",
                appIcon: "@drawable/icon",
        ]
    }
    //小爱音响
    channel_xayx {
        signingConfig signingConfigs.efunbox
        manifestPlaceholders = [
                appCode: "2016",
                appIcon: "@drawable/icon",
        ]
    }