changed package for decode sdk

This commit is contained in:
strawmanbobi
2019-02-09 14:28:07 +08:00
parent c5df776aa6
commit a5148c63ee
164 changed files with 14130 additions and 14130 deletions

20
android-example/decodesdk/src/main/AndroidManifest.xml Normal file → Executable file
View File

@@ -1,10 +1,10 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="net.irext.decodesdk">
<application android:allowBackup="true" android:label="@string/app_name"
android:supportsRtl="true">
</application>
</manifest>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="net.irext.sdk">
<application android:allowBackup="true" android:label="@string/app_name"
android:supportsRtl="true">
</application>
</manifest>