Skip to content

Commit

Permalink
update version in Android example configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Nennker <[email protected]>
  • Loading branch information
AxelNennker authored and misery committed Apr 27, 2020
1 parent 69c5acb commit 32455aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/sdk/android.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ The following listing shows the required **jcenter** in **build.gradle**.
The integrated AusweisApp2 will be fetched automatically as a dependency by
your **app/build.gradle** file.
It is recommended to always use the latest version by **1.+** of AusweisApp2.
But you are free to add a concrete version like **1.16.0**.
But you are free to add a concrete version like **1.20.0**.

.. code-block:: groovy
dependencies {
implementation 'com.governikus:ausweisapp:1.16.+'
implementation 'com.governikus:ausweisapp:1.20.+'
}
Expand Down

0 comments on commit 32455aa

Please sign in to comment.