We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18db108 commit 4aaf95dCopy full SHA for 4aaf95d
1 file changed
Connection/build.gradle
@@ -5,7 +5,7 @@ plugins {
5
}
6
7
group = 'com.github.jitpack'
8
-version = '1.0.6'
+version = '1.0.7'
9
10
android {
11
compileSdk 31
@@ -14,7 +14,7 @@ android {
14
minSdk 21
15
targetSdk 31
16
versionCode 2
17
- versionName "1.0.6"
+ versionName "1.0.7"
18
19
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
20
consumerProguardFiles "consumer-rules.pro"
@@ -56,7 +56,7 @@ afterEvaluate {
56
from components.release
57
groupId = 'com.github.jitpack'
58
artifactId = 'connection'
59
- version = '1.0.6'
+ version = '1.0.7'
60
61
62
0 commit comments