We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd1d300 commit 2741731Copy full SHA for 2741731
build.gradle
@@ -4,11 +4,14 @@ buildscript {
4
repositories {
5
google()
6
mavenCentral()
7
+ //Needed only for SNAPSHOT versions
8
+ maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
9
}
10
dependencies {
11
classpath 'com.android.tools.build:gradle:8.10.1'
12
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
13
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
14
+ classpath "io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.30.0"
15
16
17
0 commit comments