Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
pawlo2102 committed Oct 19, 2019
1 parent 37d1803 commit 35cfed5
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 2 deletions.
Binary file modified .gradle/4.8.1/fileHashes/fileHashes.bin
Binary file not shown.
Binary file modified .gradle/4.8.1/fileHashes/fileHashes.lock
Binary file not shown.
Binary file modified .gradle/4.8.1/taskHistory/taskHistory.bin
Binary file not shown.
Binary file modified .gradle/4.8.1/taskHistory/taskHistory.lock
Binary file not shown.
Binary file modified .gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
Binary file modified .gradle/buildOutputCleanup/outputFiles.bin
Binary file not shown.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
2 changes: 1 addition & 1 deletion remote/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'kotlin-kapt'
apply plugin: 'com.github.dcendents.android-maven'
group = 'com.github.VRGsoftUA.coreAndroid'
group = 'com.github.VRGsoftUA'

android {
compileSdkVersion sdk_compile_version
Expand Down
1 change: 1 addition & 0 deletions remote/remote.iml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/symbols" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/transforms" />
<excludeFolder url="file://$MODULE_DIR$/build/kotlin" />
<excludeFolder url="file://$MODULE_DIR$/build/libs" />
<excludeFolder url="file://$MODULE_DIR$/build/outputs" />
<excludeFolder url="file://$MODULE_DIR$/build/tmp" />
</content>
Expand Down
2 changes: 1 addition & 1 deletion retrofit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'kotlin-kapt'
apply plugin: 'com.github.dcendents.android-maven'
group = 'com.github.VRGsoftUA.coreAndroid'
group = 'com.github.VRGsoftUA'

android {
compileSdkVersion sdk_compile_version
Expand Down
1 change: 1 addition & 0 deletions retrofit/retrofit.iml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/symbols" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/transforms" />
<excludeFolder url="file://$MODULE_DIR$/build/kotlin" />
<excludeFolder url="file://$MODULE_DIR$/build/libs" />
<excludeFolder url="file://$MODULE_DIR$/build/outputs" />
<excludeFolder url="file://$MODULE_DIR$/build/tmp" />
</content>
Expand Down

0 comments on commit 35cfed5

Please sign in to comment.