summaryrefslogtreecommitdiff
path: root/simpleperf/demo/SimpleperfExamplePureJava/app/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'simpleperf/demo/SimpleperfExamplePureJava/app/build.gradle')
-rw-r--r--simpleperf/demo/SimpleperfExamplePureJava/app/build.gradle32
1 files changed, 0 insertions, 32 deletions
diff --git a/simpleperf/demo/SimpleperfExamplePureJava/app/build.gradle b/simpleperf/demo/SimpleperfExamplePureJava/app/build.gradle
deleted file mode 100644
index 0dcc1991..00000000
--- a/simpleperf/demo/SimpleperfExamplePureJava/app/build.gradle
+++ /dev/null
@@ -1,32 +0,0 @@
-apply plugin: 'com.android.application'
-
-apply from: 'profiling.gradle'
-
-android {
- compileSdkVersion 25
- buildToolsVersion '27.0.3'
- defaultConfig {
- applicationId "com.example.simpleperf.simpleperfexamplepurejava"
- minSdkVersion 15
- targetSdkVersion 25
- versionCode 1
- versionName "1.0"
- testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
- }
- buildTypes {
- release {
- minifyEnabled false
- proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
- }
- }
-}
-
-dependencies {
- implementation fileTree(dir: 'libs', include: ['*.jar'])
- androidTestImplementation('androidx.test.espresso:espresso-core:3.1.1', {
- exclude group: 'com.android.support', module: 'support-annotations'
- })
- implementation 'com.android.support:appcompat-v7:25.3.1'
- implementation 'com.android.support.constraint:constraint-layout:1.0.2'
- testImplementation 'junit:junit:4.12'
-}