We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6d31f1f + 53e2b18 commit caf21acCopy full SHA for caf21ac
example/android/build.gradle
@@ -2,7 +2,15 @@ buildscript {
2
repositories {
3
google()
4
jcenter()
5
- maven { url "https://plugins.gradle.org/m2/" }
+ /*
6
+ As a standalone Android example you would need this maven repository,
7
+ but this example is more a development showcase, then a showcase how to use it
8
+ It uses the plugin from this local repository, by
9
+ includeBuild '../..'
10
+ from file settings.gradle
11
+ To make it clear, from where it comes from, it's commented out
12
+ */
13
+ // maven { url "https://plugins.gradle.org/m2/" }
14
}
15
dependencies {
16
classpath 'com.android.tools.build:gradle:4.1.2'
0 commit comments