File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ allprojects {
2424
2525 }
2626
27- project. version = " 1.0.0-beta01 " ;
27+ project. version = " 1.0.0-beta02-SNAPSHOT " ;
2828}
2929
3030task clean (type : Delete ) {
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ dependencies {
4646 implementation " androidx.legacy:legacy-support-v4:1.0.0"
4747 implementation " androidx.recyclerview:recyclerview:1.0.0"
4848
49- api ' com.hyperwallet.android:core-sdk:1.0.0-beta01 '
49+ api ' com.hyperwallet.android:core-sdk:1.0.0-beta02-SNAPSHOT '
5050
5151 androidTestImplementation " androidx.test.ext:junit:1.1.0"
5252 androidTestImplementation " androidx.test:runner:1.1.1"
@@ -149,7 +149,7 @@ publishing {
149149
150150tasks. withType(Sign ) {
151151 onlyIf {
152- isReleaseVersion
152+ isReleaseVersion && ! gradle . taskGraph . hasTask( " publishToMavenLocal " )
153153 }
154154}
155155
You can’t perform that action at this time.
0 commit comments