diff --git a/artifacts/SOLOADERDELEGATE b/artifacts/SOLOADERDELEGATE deleted file mode 100644 index c093b78..0000000 --- a/artifacts/SOLOADERDELEGATE +++ /dev/null @@ -1,38 +0,0 @@ -NAME = 'SoLoader' - -GROUP = 'com.facebook.soloader' -ARTIFACT = 'soloaderdelegate' -VERSION='0.7.0' - -DESCRIPTION = "Bridge between SoLoader and NativeLoader" -URL = 'https://github.com/facebook/soloader' - -LICENSES = [ - { - 'name' : 'Apache-2', - 'url' : 'https://github.com/facebook/soloader/blob/master/LICENSE' - } -] - -SCM = { - 'url' : 'https://github.com/facebook/soloader.git', - 'connection' : 'scm:git:https://github.com/facebook/soloader.git', - 'developerConnection' : 'scm:git:git@github.com:facebook/soloader.git', -} - - -INTERNAL_DEPENDENCIES = ("" - "" - "" - "com.facebook.soloader" - "soloader" - "0.7.0" - "compile" - "" - "" - "com.facebook.soloader" - "nativeloader" - "0.7.0" - "compile" - "" -"")