diff --git a/sample/build.gradle b/sample/build.gradle index 1b4afaaf96..17664cc1a0 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -17,7 +17,7 @@ loadProperties projectPath+'/local.properties' android { compileSdkVersion 22 - buildToolsVersion "21.1.2" + buildToolsVersion "23.0.1" defaultConfig { minSdkVersion 8 @@ -60,7 +60,7 @@ dependencies { compile 'com.android.support:appcompat-v7:22.2.0' compile 'com.android.support:recyclerview-v7:22.2.0' compile 'me.xiaopan:gohttp:1.2.0' - compile 'me.xiaopan:androidinjector:1.4.0' + compile 'me.xiaopan:androidinjector:1.5.0' compile 'me.xiaopan:pagerslidingtabstrip:1.6.0' compile 'me.xiaopan:pullrefreshlayout:1.4.0' } diff --git a/sample/libs/bugly_1.2.3.8__release.jar b/sample/libs/bugly_1.2.3.8__release.jar new file mode 100755 index 0000000000..32a60efd78 Binary files /dev/null and b/sample/libs/bugly_1.2.3.8__release.jar differ diff --git a/sample/proguard-rules.pro b/sample/proguard-rules.pro index 69ed30c313..06cf2ea70f 100644 --- a/sample/proguard-rules.pro +++ b/sample/proguard-rules.pro @@ -57,4 +57,6 @@ -keep public class * implements java.io.Serializable {*;} ##---------------End: proguard configuration for Gson ---------- +-keep public class com.tencent.bugly.**{*;} + diff --git a/sample/src/main/AndroidManifest.xml b/sample/src/main/AndroidManifest.xml index 8f79f09cf3..472a57cd64 100644 --- a/sample/src/main/AndroidManifest.xml +++ b/sample/src/main/AndroidManifest.xml @@ -7,6 +7,9 @@ + + +