Files
MoGoEagleEye/test/crashreport-bugly/build/intermediates/library_manifest/debug/AndroidManifest.xml
lixiaopeng 29b9a10f32 opt
2020-09-11 11:07:43 +08:00

12 lines
325 B
XML

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.mogo.test.crashreport.bugly"
android:versionCode="1"
android:versionName="1.0.0" >
<uses-sdk
android:minSdkVersion="19"
android:targetSdkVersion="22" />
/
</manifest>