You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.
While it looks more like a configuration issue, just noted that the URL to upload file looks weird, not sure if it caused the failure.
`apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'com.novoda.bintray-release'
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.novoda:bintray-release:0.9.2'
}
}
publish {
userOrg = 'nling'
repoName = 'wcm'
groupId = 'wcm'
artifactId = 'wificonnectivitymanager'
publishVersion = '0.0.1'
desc = ''
website = ''
}`
Additional information:
Android Studio: v4.1
Gradle Plugin Version: 3.6.2
Gradle version: 5.6.4
The text was updated successfully, but these errors were encountered: