Skip to content

Commit b30b9b1

Browse files
committed
Update build.gradle
1 parent a5a84d7 commit b30b9b1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Connection/build.gradle

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

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

1010
android {
1111
compileSdk 31
1212

1313
defaultConfig {
1414
minSdk 21
1515
targetSdk 31
16-
versionCode 1
17-
versionName "1.0"
16+
versionCode 2
17+
versionName "1.0.6"
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'
59+
version = '1.0.6'
6060
}
6161
}
6262
}

0 commit comments

Comments
 (0)