Skip to content

Commit 4aaf95d

Browse files
authored
Update to v1.0.7 (#20)
* create handleOnResponseGenerated * update to lib v1.0.6
1 parent 18db108 commit 4aaf95d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Connection/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = 'com.github.jitpack'
8-
version = '1.0.6'
8+
version = '1.0.7'
99

1010
android {
1111
compileSdk 31
@@ -14,7 +14,7 @@ android {
1414
minSdk 21
1515
targetSdk 31
1616
versionCode 2
17-
versionName "1.0.6"
17+
versionName "1.0.7"
1818

1919
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2020
consumerProguardFiles "consumer-rules.pro"
@@ -56,7 +56,7 @@ afterEvaluate {
5656
from components.release
5757
groupId = 'com.github.jitpack'
5858
artifactId = 'connection'
59-
version = '1.0.6'
59+
version = '1.0.7'
6060
}
6161
}
6262
}

0 commit comments

Comments
 (0)