mirror of
https://github.com/rtlduino/RTL8710AF_GCC.git
synced 2026-07-06 11:35:38 +00:00
rtlduino rtl8710af gcc base version
This commit is contained in:
parent
7675bdb95f
commit
9c0c9edf61
2097 changed files with 779974 additions and 2 deletions
15
tools/uart_adapter/app/android/UartThrough/build.gradle
Normal file
15
tools/uart_adapter/app/android/UartThrough/build.gradle
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||
buildscript {
|
||||
repositories {
|
||||
jcenter()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:1.1.0'
|
||||
}
|
||||
}
|
||||
|
||||
allprojects {
|
||||
repositories {
|
||||
jcenter()
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue