minor formatting a few samples' build.gradle, no functional change (#599)

This commit is contained in:
Gerry
2018-12-09 11:13:58 -08:00
committed by GitHub
parent 8132651aba
commit a6fe0fb80b
5 changed files with 108 additions and 108 deletions

View File

@@ -1,6 +1,6 @@
apply plugin: 'com.android.application'
android {
android {
compileSdkVersion 28
defaultConfig {

View File

@@ -1,6 +1,6 @@
apply plugin: 'com.android.application'
android {
android {
compileSdkVersion 28
defaultConfig {

View File

@@ -1,6 +1,6 @@
apply plugin: 'com.android.application'
android {
android {
compileSdkVersion 28
defaultConfig {
@@ -20,4 +20,4 @@ apply plugin: 'com.android.application'
path 'src/main/cpp/CMakeLists.txt'
}
}
}
}

View File

@@ -1,6 +1,6 @@
apply plugin: 'com.android.application'
android {
android {
compileSdkVersion 28
defaultConfig {
@@ -29,7 +29,7 @@ apply plugin: 'com.android.application'
path 'src/main/cpp/CMakeLists.txt'
}
}
}
}
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])

View File

@@ -1,6 +1,6 @@
apply plugin: 'com.android.application'
android {
android {
compileSdkVersion 28
defaultConfig {