diff --git a/.idea/caches/build_file_checksums.ser b/.idea/caches/build_file_checksums.ser
index 3482b5f..93210cf 100644
Binary files a/.idea/caches/build_file_checksums.ser and b/.idea/caches/build_file_checksums.ser differ
diff --git a/retrofit/build.gradle b/retrofit/build.gradle
index 02a2139..22647ee 100644
--- a/retrofit/build.gradle
+++ b/retrofit/build.gradle
@@ -34,6 +34,14 @@ android {
jvmTarget = "1.8"
}
+ libraryVariants.all { variant ->
+ variant.outputs.all { output ->
+ if (outputFile != null && outputFileName.endsWith('.aar')) {
+ outputFileName = "retrofit.aar"
+ }
+ }
+ }
+
}
dependencies {
diff --git a/retrofit/retrofit.iml b/retrofit/retrofit.iml
index 99a059a..406ed60 100644
--- a/retrofit/retrofit.iml
+++ b/retrofit/retrofit.iml
@@ -123,15 +123,26 @@
+
+
+
-
+
+
+
+
+
+
+
+
+