We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5f97cc commit 71a7b7dCopy full SHA for 71a7b7d
dotnetcoresignalrclientjava/bintray.gradle
@@ -1,6 +1,6 @@
1
apply plugin: 'com.jfrog.bintray'
2
3
-version = '1.09'
+version = '1.10'
4
5
task sourcesJar(type: Jar) {
6
from android.sourceSets.main.java.srcDirs
dotnetcoresignalrclientjava/build.gradle
@@ -8,8 +8,8 @@ android {
8
defaultConfig {
9
minSdkVersion 16
10
targetSdkVersion 27
11
- versionCode 10
12
- versionName "1.09"
+ versionCode 11
+ versionName "1.10"
13
}
14
15
buildTypes {
0 commit comments