Skip to content
This repository was archived by the owner on Dec 22, 2023. It is now read-only.

Commit f2f1eff

Browse files
committed
* [r] Fixes gradle-mvn-push plugin issue.
1 parent 852296d commit f2f1eff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

recyclerviewfastscroller/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
apply plugin: 'com.android.library'
22
apply plugin: 'kotlin-android'
3-
apply from: 'https://raw.github.com/chrisbanes/gradle-mvn-push/master/gradle-mvn-push.gradle'
3+
// https://github.com/chrisbanes/gradle-mvn-push/issues/65
4+
apply from: 'https://raw.githubusercontent.com/chrisbanes/gradle-mvn-push/8cfffbbff6b9094af1c92318ea5d5a5bb0b8bb30/gradle-mvn-push.gradle'
45
android {
56
compileSdkVersion versions.'compileSdk'
67
defaultConfig {

0 commit comments

Comments
 (0)