Add gradle files to Android example
This commit is contained in:
parent
cade73de7d
commit
dbe55ee356
8 changed files with 312 additions and 1 deletions
16
examples/others/android/example/build.gradle
Normal file
16
examples/others/android/example/build.gradle
Normal file
|
@ -0,0 +1,16 @@
|
|||
buildscript {
|
||||
repositories {
|
||||
jcenter()
|
||||
google()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:3.0.1'
|
||||
}
|
||||
}
|
||||
|
||||
allprojects {
|
||||
repositories {
|
||||
jcenter()
|
||||
google()
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue