Skip to content

Commit

Permalink
Del Test
Browse files Browse the repository at this point in the history
  • Loading branch information
0xm1nam0 committed Dec 24, 2018
1 parent 3f1b5c3 commit 8c24f4d
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 100 deletions.
5 changes: 0 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ android {
targetSdkVersion 28
versionCode 2
versionName "1.1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
/* externalNativeBuild {
cmake {
cppFlags "-std=c++11 -frtti -fexceptions"
Expand Down Expand Up @@ -42,14 +41,10 @@ android {

dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
androidTestImplementation('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})
implementation 'com.android.support.constraint:constraint-layout:1.0.0-alpha8'
implementation "com.jakewharton:butterknife:$rootProject.ext.butterknifeVersion"
annotationProcessor "com.jakewharton:butterknife-compiler:$rootProject.ext.butterknifeVersion"
implementation 'com.tencent.bugly:crashreport:2.4.0'
testImplementation 'junit:junit:4.12'
implementation 'in.srain.cube:ultra-ptr:1.0.11'
implementation "com.android.support:cardview-v7:$rootProject.ext.androidSupportSdkVersion"
implementation 'com.github.chrisbanes.photoview:library:1.2.3'
Expand Down

This file was deleted.

17 changes: 0 additions & 17 deletions app/src/test/java/com/github/weiss/example/ExampleUnitTest.java

This file was deleted.

11 changes: 2 additions & 9 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 28
versionCode 2
versionName "1.1"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
versionCode 3
versionName "1.2"

}
buildTypes {
Expand All @@ -36,9 +34,6 @@ android {

dependencies {
api fileTree(dir: 'libs', include: ['*.jar'])
androidTestApi('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})

api "com.jakewharton:butterknife:$rootProject.ext.butterknifeVersion"
annotationProcessor "com.jakewharton:butterknife-compiler:$rootProject.ext.butterknifeVersion"
Expand All @@ -59,8 +54,6 @@ dependencies {
api 'me.drakeet.multitype:multitype:2.4.1'
debugApi 'com.squareup.leakcanary:leakcanary-android:1.5'
releaseApi 'com.squareup.leakcanary:leakcanary-android-no-op:1.5'
testApi 'com.squareup.leakcanary:leakcanary-android-no-op:1.5'
api "com.google.code.gson:gson:$rootProject.ext.gsonVersion"
api "com.flyco.systembar:FlycoSystemBar_Lib:1.0.0@aar"
testApi 'junit:junit:4.12'
}

This file was deleted.

17 changes: 0 additions & 17 deletions core/src/test/java/com/github/weiss/core/ExampleUnitTest.java

This file was deleted.

0 comments on commit 8c24f4d

Please sign in to comment.