Skip to content

Commit d538541

Browse files
Initial commit
1 parent 57a7548 commit d538541

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

Advanced_HttpURLConnection/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ android {
99
targetSdkVersion 29
1010
versionCode 1
1111
versionName "1.0"
12-
1312
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1413
consumerProguardFiles "consumer-rules.pro"
1514
}
@@ -25,7 +24,7 @@ android {
2524
dependencies {
2625
implementation fileTree(dir: "libs", include: ["*.jar"])
2726
implementation 'androidx.appcompat:appcompat:1.1.0'
28-
testImplementation 'junit:junit:4.12'
27+
testImplementation 'junit:junit:4.13'
2928
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
3029
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
3130

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ android {
1010
targetSdkVersion 29
1111
versionCode 1
1212
versionName "1.0"
13-
13+
setProperty("archivesBaseName", "AdvancedHttpUrlConnection")
1414
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1515
}
1616

@@ -27,7 +27,7 @@ dependencies {
2727
implementation 'androidx.appcompat:appcompat:1.1.0'
2828
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
2929
implementation project(path: ':Advanced_HttpURLConnection')
30-
testImplementation 'junit:junit:4.12'
30+
testImplementation 'junit:junit:4.13'
3131
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
3232
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
3333

0 commit comments

Comments
 (0)