Skip to content

Commit

Permalink
Fixed Version for MinecraftMediaLibrary Dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
PulseBeat02 committed May 16, 2021
1 parent 6627019 commit 07efd8b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Binary file modified build/doctrees/environment.pickle
Binary file not shown.
Binary file modified build/doctrees/index.doctree
Binary file not shown.
4 changes: 2 additions & 2 deletions build/html/_sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@ Then, add the actual library repo itself.
.. code:: groovy
dependencies {
implementation 'com.github.minecraftmedialibrary:minecraftmedialibrary:-SNAPSHOT'
implementation 'com.github.minecraftmedialibrary:minecraftmedialibrary:master-SNAPSHOT'
}
.. group-tab:: Gradle (Kotlin)

.. code:: kotlin
dependencies {
implementation("com.github.minecraftmedialibrary:minecraftmedialibrary:-SNAPSHOT")
implementation("com.github.minecraftmedialibrary:minecraftmedialibrary:master-SNAPSHOT")
}
Expand Down
4 changes: 2 additions & 2 deletions build/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -199,12 +199,12 @@ <h2>Importing MinecraftMediaLibrary Into a Project<a class="headerlink" href="#i
</pre></div>
</div>
</div><div aria-labelledby="tab-1-R3JhZGxlIChHcm9vdnkp" class="sphinx-tabs-panel group-tab" hidden="true" id="panel-1-R3JhZGxlIChHcm9vdnkp" name="R3JhZGxlIChHcm9vdnkp" role="tabpanel" tabindex="0"><div class="highlight-groovy notranslate"><div class="highlight"><pre><span></span><span class="n">dependencies</span> <span class="o">{</span>
<span class="n">implementation</span> <span class="s1">&#39;com.github.minecraftmedialibrary:minecraftmedialibrary:-SNAPSHOT&#39;</span>
<span class="n">implementation</span> <span class="s1">&#39;com.github.minecraftmedialibrary:minecraftmedialibrary:master-SNAPSHOT&#39;</span>
<span class="o">}</span>
</pre></div>
</div>
</div><div aria-labelledby="tab-1-R3JhZGxlIChLb3RsaW4p" class="sphinx-tabs-panel group-tab" hidden="true" id="panel-1-R3JhZGxlIChLb3RsaW4p" name="R3JhZGxlIChLb3RsaW4p" role="tabpanel" tabindex="0"><div class="highlight-kotlin notranslate"><div class="highlight"><pre><span></span><span class="n">dependencies</span> <span class="p">{</span>
<span class="n">implementation</span><span class="p">(</span><span class="s">&quot;com.github.minecraftmedialibrary:minecraftmedialibrary:-SNAPSHOT&quot;</span><span class="p">)</span>
<span class="n">implementation</span><span class="p">(</span><span class="s">&quot;com.github.minecraftmedialibrary:minecraftmedialibrary:master-SNAPSHOT&quot;</span><span class="p">)</span>
<span class="p">}</span>
</pre></div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@ Then, add the actual library repo itself.
.. code:: groovy
dependencies {
implementation 'com.github.minecraftmedialibrary:minecraftmedialibrary:-SNAPSHOT'
implementation 'com.github.minecraftmedialibrary:minecraftmedialibrary:master-SNAPSHOT'
}
.. group-tab:: Gradle (Kotlin)

.. code:: kotlin
dependencies {
implementation("com.github.minecraftmedialibrary:minecraftmedialibrary:-SNAPSHOT")
implementation("com.github.minecraftmedialibrary:minecraftmedialibrary:master-SNAPSHOT")
}
Expand Down

0 comments on commit 07efd8b

Please sign in to comment.