File tree Expand file tree Collapse file tree
Advanced_HttpURLConnection Expand file tree Collapse file tree Original file line number Diff line number Diff 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 {
2524dependencies {
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments