From 7c056d4b6635843b71b2298b7513a67319f04c0b Mon Sep 17 00:00:00 2001 From: Pawlo Date: Fri, 18 Oct 2019 13:42:34 +0300 Subject: [PATCH] update artifact name --- .idea/caches/build_file_checksums.ser | Bin 643 -> 643 bytes retrofit/build.gradle | 8 ++++++++ retrofit/retrofit.iml | 13 ++++++++++++- 3 files changed, 20 insertions(+), 1 deletion(-) diff --git a/.idea/caches/build_file_checksums.ser b/.idea/caches/build_file_checksums.ser index 3482b5f506c8add37399c650d1e66b4678faf0b2..93210cfcc94b508dcb348f555ce0be3d0a67eb07 100644 GIT binary patch delta 35 tcmV+;0NnqB1%m~UnFDp(lChjf0T4VQ6waVIU}^peBEBH;lckgN0gw3k4(|W} delta 35 rcmZo>ZDyS?lR0Phw~cc=7zNmCW^H)lUz*Ct*Xd}od9vW-FO2;F{BRCJ 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 @@ + + + - + + + + + + + + +