Skip to content

Commit 95a31d9

Browse files
committed
add network aar
1 parent 0e57a54 commit 95a31d9

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ android {
2727
}
2828

2929
dependencies {
30-
implementation fileTree(dir: 'libs', include: ['*.jar'])
30+
implementation fileTree(dir: "libs", include: ["*.jar", "*.aar"])
3131
testImplementation 'junit:junit:4.13.2'
3232
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
3333
androidTestImplementation 'androidx.test:runner:1.4.0'

samples/build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ android {
2323
}
2424

2525
dependencies {
26-
implementation fileTree(dir: 'libs', include: ['*.jar'])
26+
implementation fileTree(dir: "libs", include: ["*.jar", "*.aar"])
2727
testImplementation 'junit:junit:4.13.2'
2828
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
2929
androidTestImplementation 'androidx.test:runner:1.4.0'
@@ -40,5 +40,8 @@ dependencies {
4040

4141
// FastAndroidNetworking Dependency
4242
// implementation 'com.amitshekhar.android:rx2-android-networking:1.0.2'
43+
44+
androidTestImplementation 'com.squareup.okhttp3:mockwebserver:4.9.1'
45+
implementation 'com.squareup.okhttp3:okhttp:4.9.1'
4346
}
4447

123 KB
Binary file not shown.

0 commit comments

Comments
 (0)