OSDN Git Service

simpleperf: update build.gradle in demo apps.
authorYabin Cui <yabinc@google.com>
Thu, 13 Dec 2018 19:47:25 +0000 (11:47 -0800)
committerYabin Cui <yabinc@google.com>
Thu, 13 Dec 2018 19:48:07 +0000 (11:48 -0800)
Bug: none
Test: build apps.
Change-Id: I8b41e70b17f462f2272ed8eb32c8ca087243cc3e

simpleperf/demo/SimpleperfExampleOfKotlin/.idea/caches/build_file_checksums.ser
simpleperf/demo/SimpleperfExampleOfKotlin/app/build.gradle
simpleperf/demo/SimpleperfExampleOfKotlin/app/build/outputs/apk/profiling/app-profiling.apk
simpleperf/demo/SimpleperfExamplePureJava/.idea/caches/build_file_checksums.ser
simpleperf/demo/SimpleperfExamplePureJava/app/build.gradle
simpleperf/demo/SimpleperfExamplePureJava/app/build/outputs/apk/profiling/app-profiling.apk
simpleperf/demo/SimpleperfExampleWithNative/.idea/caches/build_file_checksums.ser
simpleperf/demo/SimpleperfExampleWithNative/app/build.gradle
simpleperf/demo/SimpleperfExampleWithNative/app/build/outputs/apk/profiling/app-profiling.apk

index 3da69c6..6468d99 100644 (file)
Binary files a/simpleperf/demo/SimpleperfExampleOfKotlin/.idea/caches/build_file_checksums.ser and b/simpleperf/demo/SimpleperfExampleOfKotlin/.idea/caches/build_file_checksums.ser differ
index 4eb80e6..aa37a5b 100644 (file)
@@ -8,7 +8,7 @@ apply from: 'profiling.gradle'
 
 android {
     compileSdkVersion 25
-    buildToolsVersion '26.0.2'
+    buildToolsVersion '27.0.3'
     defaultConfig {
         applicationId "com.example.simpleperf.simpleperfexampleofkotlin"
         minSdkVersion 15
index 414fd6e..8b69bd4 100644 (file)
Binary files a/simpleperf/demo/SimpleperfExampleOfKotlin/app/build/outputs/apk/profiling/app-profiling.apk and b/simpleperf/demo/SimpleperfExampleOfKotlin/app/build/outputs/apk/profiling/app-profiling.apk differ
index db66eea..5ad3daf 100644 (file)
Binary files a/simpleperf/demo/SimpleperfExamplePureJava/.idea/caches/build_file_checksums.ser and b/simpleperf/demo/SimpleperfExamplePureJava/.idea/caches/build_file_checksums.ser differ
index 17e3f14..e6b73d7 100644 (file)
@@ -22,11 +22,11 @@ android {
 }
 
 dependencies {
-    compile fileTree(dir: 'libs', include: ['*.jar'])
-    androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
+    implementation fileTree(dir: 'libs', include: ['*.jar'])
+    androidTestImplementation('com.android.support.test.espresso:espresso-core:2.2.2', {
         exclude group: 'com.android.support', module: 'support-annotations'
     })
-    compile 'com.android.support:appcompat-v7:25.3.1'
-    compile 'com.android.support.constraint:constraint-layout:1.0.2'
-    testCompile 'junit:junit:4.12'
+    implementation 'com.android.support:appcompat-v7:25.3.1'
+    implementation 'com.android.support.constraint:constraint-layout:1.0.2'
+    testImplementation 'junit:junit:4.12'
 }
index 6f8c6f2..f7ead36 100644 (file)
Binary files a/simpleperf/demo/SimpleperfExamplePureJava/app/build/outputs/apk/profiling/app-profiling.apk and b/simpleperf/demo/SimpleperfExamplePureJava/app/build/outputs/apk/profiling/app-profiling.apk differ
index aa013bd..0db86a4 100644 (file)
Binary files a/simpleperf/demo/SimpleperfExampleWithNative/.idea/caches/build_file_checksums.ser and b/simpleperf/demo/SimpleperfExampleWithNative/.idea/caches/build_file_checksums.ser differ
index 7296c4a..b85b30f 100644 (file)
@@ -33,11 +33,11 @@ android {
 
 dependencies {
     implementation 'com.android.support.constraint:constraint-layout:1.0.2'
-    compile fileTree(dir: 'libs', include: ['*.jar'])
-    androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
+    implementation fileTree(dir: 'libs', include: ['*.jar'])
+    androidTestImplementation('com.android.support.test.espresso:espresso-core:2.2.2', {
         exclude group: 'com.android.support', module: 'support-annotations'
     })
-    compile 'com.android.support:appcompat-v7:25.3.1'
-    compile 'com.android.support.constraint:constraint-layout:1.0.2'
-    testCompile 'junit:junit:4.12'
+    implementation 'com.android.support:appcompat-v7:25.3.1'
+    implementation 'com.android.support.constraint:constraint-layout:1.0.2'
+    testImplementation 'junit:junit:4.12'
 }
index 21ffc64..bbeb4fb 100644 (file)
Binary files a/simpleperf/demo/SimpleperfExampleWithNative/app/build/outputs/apk/profiling/app-profiling.apk and b/simpleperf/demo/SimpleperfExampleWithNative/app/build/outputs/apk/profiling/app-profiling.apk differ