Skip to content

Commit 69d58dc

Browse files
committed
update
1 parent 62a1c68 commit 69d58dc

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

TCircleProgressLibrary/build.gradle

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,12 @@ group='com.github.Comtu'
66
android {
77
compileSdkVersion 27
88

9-
10-
119
defaultConfig {
1210
minSdkVersion 14
1311
targetSdkVersion 27
1412
versionCode 1
1513
versionName "1.0"
16-
1714
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
18-
1915
}
2016

2117
buildTypes {
@@ -24,14 +20,8 @@ android {
2420
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
2521
}
2622
}
27-
2823
}
2924

3025
dependencies {
3126
implementation fileTree(dir: 'libs', include: ['*.jar'])
32-
33-
implementation 'com.android.support:appcompat-v7:27.1.1'
34-
testImplementation 'junit:junit:4.12'
35-
androidTestImplementation 'com.android.support.test:runner:1.0.2'
36-
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
3727
}

0 commit comments

Comments
 (0)