Skip to content

Commit

Permalink
*添加注释bugly仓库提示 修改readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sexiong306 committed Apr 11, 2016
1 parent 26a82fd commit 68be2fe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion BuglyUpgradeDemoForAndroidStudio/.idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions BuglyUpgradeDemoForAndroidStudio/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion BuglyUpgradeDemoForAndroidStudio/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.tencent.bugly:crashreport_upgrade:latest.release'
// compile 'com.tencent.bugly:crashreport:latest.release' //其中latest.release指代最新版本号,也可以指定明确的版本号,例如1.2.9
compile 'com.tencent.bugly:crashreport_upgrade:latest.release' // 其中latest.release指代最新版本号,也可以指定明确的版本号,例如1.0.0
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.2.1'
}

0 comments on commit 68be2fe

Please sign in to comment.