Skip to content

Commit

Permalink
服务端自动生成文档
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffbmob committed Sep 5, 2024
1 parent e2c097c commit 4a74381
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/data/android/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -533,9 +533,9 @@ <h2 id="_2">获取应用密钥<a class="headerlink" href="#_2" title="Permanent
<h2 id="sdk">下载导入SDK包<a class="headerlink" href="#sdk" title="Permanent link">&para;</a></h2>
<p>打开 Android Studio 应用 <code>Gradle Scripts</code> 下的 <code>build.gradle(Module :你的应用名称)</code> 文件,在 <code>dependencies</code> 节点中,新增如下的 <code>依赖包</code> 信息:</p>
<pre><code class="gradle">dependencies {
implementation 'io.github.bmob:android-sdk:3.9.4'
implementation 'io.reactivex.rxjava2:rxjava:2.2.8'
implementation 'io.reactivex.rxjava2:rxandroid:2.1.1'
implementation 'io.github.bmob:android-sdk:4.0.1'
implementation 'io.reactivex.rxjava3:rxjava:3.1.9'
implementation 'io.reactivex.rxjava3:rxandroid:3.0.2'
implementation 'com.squareup.okhttp3:okhttp:4.8.1'
implementation 'com.squareup.okio:okio:2.2.2'
implementation 'com.google.code.gson:gson:2.8.5'
Expand Down

0 comments on commit 4a74381

Please sign in to comment.