We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9bd939 commit 256725fCopy full SHA for 256725f
lib/build.gradle
@@ -8,7 +8,7 @@ android {
8
minSdkVersion 17
9
targetSdkVersion 25
10
versionCode 2
11
- versionName "2.3.0"
+ versionName "2.3.1"
12
13
archivesBaseName = "olami-android-client"
14
version = android.defaultConfig.versionName
@@ -44,9 +44,9 @@ configurations {
44
45
dependencies {
46
compile fileTree(include: ['*.jar'], dir: 'libs')
47
- compile 'ai.olami:olami-java-client:1.1.1'
+ compile 'ai.olami:olami-java-client:1.2.0'
48
49
- doc 'ai.olami:olami-java-client:1.1.1:sources'
+ doc 'ai.olami:olami-java-client:1.2.0:sources'
50
}
51
52
0 commit comments