We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2765d06 commit 46f0b7dCopy full SHA for 46f0b7d
2 files changed
README.md
@@ -20,12 +20,12 @@ You can install the SDK via Maven or Gradle.
20
<dependency>
21
<groupId>com.amadeus</groupId>
22
<artifactId>amadeus-android</artifactId>
23
- <version>0.0.1</version>
+ <version>0.0.2</version>
24
</dependency>
25
```
26
#### Gradle
27
```kotlin
28
-implementation "com.amadeus:amadeus-android:0.0.1"
+implementation "com.amadeus:amadeus-android:0.0.2"
29
30
31
## Getting Started
gradle.properties
@@ -1,6 +1,6 @@
1
# publication properties
2
3
-VERSION=0.0.1
+VERSION=0.0.2
4
GROUP=com.amadeus
5
6
POM_SCM_URL=git@github.com:amadeus4dev/amadeus-android.git
0 commit comments