forked from fga-eps-mds/2017.2-MerendaMais
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fga-eps-mds#175 - Detaching expo from application
- Loading branch information
Showing
120 changed files
with
1,578 additions
and
11 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
.expo-source/android/detach-scripts/prepare-detached-build.bat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
SET /P STOREDPATH=<"%USERPROFILE%\.expo\PATH" | ||
SET PATH="\"%PATH%;%STOREDPATH%\"" | ||
exp prepare-detached-build --platform android |
4 changes: 4 additions & 0 deletions
4
.expo-source/android/detach-scripts/prepare-detached-build.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#!/bin/bash | ||
|
||
value=$(cat ~/.expo/PATH) | ||
PATH="$PATH:$value" exp prepare-detached-build --platform android |
Binary file added
BIN
+2.24 MB
...urce/android/maven/com/facebook/react/react-native/21.0.0/react-native-21.0.0-javadoc.jar
Binary file not shown.
1 change: 1 addition & 0 deletions
1
.../android/maven/com/facebook/react/react-native/21.0.0/react-native-21.0.0-javadoc.jar.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
6e9b9f7b1a28eea181b14be06c75037d |
1 change: 1 addition & 0 deletions
1
...android/maven/com/facebook/react/react-native/21.0.0/react-native-21.0.0-javadoc.jar.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
54baa698894f97e290ccade71f38339537e2f445 |
Binary file added
BIN
+802 KB
...urce/android/maven/com/facebook/react/react-native/21.0.0/react-native-21.0.0-sources.jar
Binary file not shown.
1 change: 1 addition & 0 deletions
1
.../android/maven/com/facebook/react/react-native/21.0.0/react-native-21.0.0-sources.jar.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ece407ecd36c04d344c8183c95956f85 |
1 change: 1 addition & 0 deletions
1
...android/maven/com/facebook/react/react-native/21.0.0/react-native-21.0.0-sources.jar.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
142427d8e300f5eeb57ae872476bd89726652ba9 |
Binary file added
BIN
+2.52 MB
.expo-source/android/maven/com/facebook/react/react-native/21.0.0/react-native-21.0.0.aar
Binary file not shown.
1 change: 1 addition & 0 deletions
1
...o-source/android/maven/com/facebook/react/react-native/21.0.0/react-native-21.0.0.aar.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
a524203c1a874c5af6cc80ec91ef897a |
1 change: 1 addition & 0 deletions
1
...-source/android/maven/com/facebook/react/react-native/21.0.0/react-native-21.0.0.aar.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
b15d367414589d8e57cde35bc1be6a9784514a37 |
104 changes: 104 additions & 0 deletions
104
.expo-source/android/maven/com/facebook/react/react-native/21.0.0/react-native-21.0.0.pom
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,104 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>com.facebook.react</groupId> | ||
<artifactId>react-native</artifactId> | ||
<version>21.0.0</version> | ||
<packaging>aar</packaging> | ||
<name>ReactNative</name> | ||
<description>A framework for building native apps with React</description> | ||
<url>https://github.com/facebook/react-native</url> | ||
<licenses> | ||
<license> | ||
<name>BSD License</name> | ||
<url>https://github.com/facebook/react-native/blob/master/LICENSE</url> | ||
<distribution>repo</distribution> | ||
</license> | ||
</licenses> | ||
<developers> | ||
<developer> | ||
<id>facebook</id> | ||
<name>Facebook</name> | ||
</developer> | ||
</developers> | ||
<scm> | ||
<connection>scm:git:https://github.com/facebook/react-native.git</connection> | ||
<developerConnection>scm:git:[email protected]:facebook/react-native.git</developerConnection> | ||
<url>https://github.com/facebook/react-native.git</url> | ||
</scm> | ||
<dependencies> | ||
<dependency> | ||
<groupId>javax.inject</groupId> | ||
<artifactId>javax.inject</artifactId> | ||
<version>1</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.android.support</groupId> | ||
<artifactId>appcompat-v7</artifactId> | ||
<version>23.0.1</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.facebook.fbui.textlayoutbuilder</groupId> | ||
<artifactId>textlayoutbuilder</artifactId> | ||
<version>1.0.0</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.facebook.fresco</groupId> | ||
<artifactId>fresco</artifactId> | ||
<version>1.0.1</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>expolib_v1.com.facebook.fresco</groupId> | ||
<artifactId>expolib_v1-imagepipeline-okhttp3</artifactId> | ||
<version>1.0.1</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.facebook.fresco</groupId> | ||
<artifactId>imagepipeline-okhttp3</artifactId> | ||
<version>1.0.1</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.facebook.soloader</groupId> | ||
<artifactId>soloader</artifactId> | ||
<version>0.1.0</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.google.code.findbugs</groupId> | ||
<artifactId>jsr305</artifactId> | ||
<version>3.0.0</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>expolib_v1.com.squareup.okhttp3</groupId> | ||
<artifactId>okhttp</artifactId> | ||
<version>3.6.0</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>expolib_v1.com.squareup.okhttp3</groupId> | ||
<artifactId>okhttp-urlconnection</artifactId> | ||
<version>3.6.0</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>expolib_v1.com.squareup.okio</groupId> | ||
<artifactId>okio</artifactId> | ||
<version>1.13.0</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.webkit</groupId> | ||
<artifactId>android-jsc</artifactId> | ||
<version>r174650</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
</dependencies> | ||
</project> |
1 change: 1 addition & 0 deletions
1
...o-source/android/maven/com/facebook/react/react-native/21.0.0/react-native-21.0.0.pom.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
d28e912d14e200b155fb79a719398c3f |
1 change: 1 addition & 0 deletions
1
...-source/android/maven/com/facebook/react/react-native/21.0.0/react-native-21.0.0.pom.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
c2370e378c5ed34a9a4ce250f04f1836fbcf9238 |
12 changes: 12 additions & 0 deletions
12
.expo-source/android/maven/com/facebook/react/react-native/maven-metadata-remote.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<metadata> | ||
<groupId>com.facebook.react</groupId> | ||
<artifactId>react-native</artifactId> | ||
<versioning> | ||
<release>21.0.0</release> | ||
<versions> | ||
<version>21.0.0</version> | ||
</versions> | ||
<lastUpdated>20170917011349</lastUpdated> | ||
</versioning> | ||
</metadata> |
12 changes: 12 additions & 0 deletions
12
.expo-source/android/maven/com/facebook/react/react-native/maven-metadata.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<metadata> | ||
<groupId>com.facebook.react</groupId> | ||
<artifactId>react-native</artifactId> | ||
<versioning> | ||
<release>21.0.0</release> | ||
<versions> | ||
<version>21.0.0</version> | ||
</versions> | ||
<lastUpdated>20170917011349</lastUpdated> | ||
</versioning> | ||
</metadata> |
1 change: 1 addition & 0 deletions
1
.expo-source/android/maven/com/facebook/react/react-native/maven-metadata.xml.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
3a7c3c7e44d7a972fb5cbc1d64f08b0e |
1 change: 1 addition & 0 deletions
1
.expo-source/android/maven/com/facebook/react/react-native/maven-metadata.xml.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
1da7bc4367bba403a58bafe0c9ebb3a8b39e1464 |
3 changes: 3 additions & 0 deletions
3
.expo-source/android/maven/com/facebook/react/react-native/resolver-status.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#NOTE: This is an internal implementation file, its format can be changed without prior notice. | ||
#Sat Sep 16 18:13:49 PDT 2017 | ||
maven-metadata-remote.xml.lastUpdated=1505610829783 |
Binary file added
BIN
+88.3 KB
.expo-source/android/maven/com/gettipsi/stripeview/1.0.0/stripeview-1.0.0.aar
Binary file not shown.
1 change: 1 addition & 0 deletions
1
.expo-source/android/maven/com/gettipsi/stripeview/1.0.0/stripeview-1.0.0.aar.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
180fdfab97c207c3eaacac9cab8f1c8e |
1 change: 1 addition & 0 deletions
1
.expo-source/android/maven/com/gettipsi/stripeview/1.0.0/stripeview-1.0.0.aar.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
69ecae12a7267f9781ce9e06cc9a0142a359802c |
35 changes: 35 additions & 0 deletions
35
.expo-source/android/maven/com/gettipsi/stripeview/1.0.0/stripeview-1.0.0.pom
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>com.gettipsi</groupId> | ||
<artifactId>stripeview</artifactId> | ||
<version>1.0.0</version> | ||
<packaging>aar</packaging> | ||
<dependencies> | ||
<dependency> | ||
<groupId>com.facebook.react</groupId> | ||
<artifactId>react-native</artifactId> | ||
<version>0.20.1</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.google.android.gms</groupId> | ||
<artifactId>play-services-wallet</artifactId> | ||
<version>9.8.0</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.stripe</groupId> | ||
<artifactId>stripe-android</artifactId> | ||
<version>2.1.+</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.github.thefuntasty</groupId> | ||
<artifactId>CreditCardEntry</artifactId> | ||
<version>1.4.8.6</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
</dependencies> | ||
</project> |
1 change: 1 addition & 0 deletions
1
.expo-source/android/maven/com/gettipsi/stripeview/1.0.0/stripeview-1.0.0.pom.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
9ee421ff1374750526a597f95a4981e2 |
1 change: 1 addition & 0 deletions
1
.expo-source/android/maven/com/gettipsi/stripeview/1.0.0/stripeview-1.0.0.pom.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
b89dd05d8a7cd8f5436826e9f8dd0116e24ed5b9 |
12 changes: 12 additions & 0 deletions
12
.expo-source/android/maven/com/gettipsi/stripeview/maven-metadata.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<metadata> | ||
<groupId>com.gettipsi</groupId> | ||
<artifactId>stripeview</artifactId> | ||
<versioning> | ||
<release>1.0.0</release> | ||
<versions> | ||
<version>1.0.0</version> | ||
</versions> | ||
<lastUpdated>20170825181605</lastUpdated> | ||
</versioning> | ||
</metadata> |
1 change: 1 addition & 0 deletions
1
.expo-source/android/maven/com/gettipsi/stripeview/maven-metadata.xml.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
333039b17182b4f8da196e14e135bc4e |
1 change: 1 addition & 0 deletions
1
.expo-source/android/maven/com/gettipsi/stripeview/maven-metadata.xml.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
1a6e991929c641376dd03c0bc615b9e1e6ed9409 |
Binary file added
BIN
+67.2 KB
.expo-source/android/maven/com/google/android/cameraview/1.0.0/cameraview-1.0.0.aar
Binary file not shown.
1 change: 1 addition & 0 deletions
1
.expo-source/android/maven/com/google/android/cameraview/1.0.0/cameraview-1.0.0.aar.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
355add26b29fd65e7cc25c3d50647a8c |
1 change: 1 addition & 0 deletions
1
.expo-source/android/maven/com/google/android/cameraview/1.0.0/cameraview-1.0.0.aar.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
10355256975410b301355cc460482c0cbc3faa97 |
29 changes: 29 additions & 0 deletions
29
.expo-source/android/maven/com/google/android/cameraview/1.0.0/cameraview-1.0.0.pom
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>com.google.android</groupId> | ||
<artifactId>cameraview</artifactId> | ||
<version>1.0.0</version> | ||
<packaging>aar</packaging> | ||
<dependencies> | ||
<dependency> | ||
<groupId>com.android.support</groupId> | ||
<artifactId>support-annotations</artifactId> | ||
<version>25.3.1</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.android.support</groupId> | ||
<artifactId>support-v4</artifactId> | ||
<version>25.3.1</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.android.support</groupId> | ||
<artifactId>appcompat-v7</artifactId> | ||
<version>25.3.1</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
</dependencies> | ||
</project> |
1 change: 1 addition & 0 deletions
1
.expo-source/android/maven/com/google/android/cameraview/1.0.0/cameraview-1.0.0.pom.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
e8661f352c640fe9d420e153a0aa095d |
1 change: 1 addition & 0 deletions
1
.expo-source/android/maven/com/google/android/cameraview/1.0.0/cameraview-1.0.0.pom.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
cd83ff235770e2d944b18f70f881c29b4f935599 |
12 changes: 12 additions & 0 deletions
12
.expo-source/android/maven/com/google/android/cameraview/maven-metadata.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<metadata> | ||
<groupId>com.google.android</groupId> | ||
<artifactId>cameraview</artifactId> | ||
<versioning> | ||
<release>1.0.0</release> | ||
<versions> | ||
<version>1.0.0</version> | ||
</versions> | ||
<lastUpdated>20170911083021</lastUpdated> | ||
</versioning> | ||
</metadata> |
1 change: 1 addition & 0 deletions
1
.expo-source/android/maven/com/google/android/cameraview/maven-metadata.xml.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
58afa29183a111b3086885f5a1929a14 |
1 change: 1 addition & 0 deletions
1
.expo-source/android/maven/com/google/android/cameraview/maven-metadata.xml.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
a7e3ed2824fb9863e299c86311a65551da178eb5 |
4 changes: 4 additions & 0 deletions
4
...xpolib_v1/com/facebook/fresco/expolib_v1-imagepipeline-okhttp3/1.0.1/_remote.repositories
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#NOTE: This is an Aether internal implementation file, its format can be changed without prior notice. | ||
#Wed Aug 09 15:57:39 PDT 2017 | ||
expolib_v1-imagepipeline-okhttp3-1.0.1.pom>= | ||
expolib_v1-imagepipeline-okhttp3-1.0.1.aar>= |
Binary file added
BIN
+8.84 KB
.../fresco/expolib_v1-imagepipeline-okhttp3/1.0.1/expolib_v1-imagepipeline-okhttp3-1.0.1.aar
Binary file not shown.
10 changes: 10 additions & 0 deletions
10
.../fresco/expolib_v1-imagepipeline-okhttp3/1.0.1/expolib_v1-imagepipeline-okhttp3-1.0.1.pom
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>expolib_v1.com.facebook.fresco</groupId> | ||
<artifactId>expolib_v1-imagepipeline-okhttp3</artifactId> | ||
<version>1.0.1</version> | ||
<packaging>aar</packaging> | ||
<description>POM was created from install:install-file</description> | ||
</project> |
12 changes: 12 additions & 0 deletions
12
.../expolib_v1/com/facebook/fresco/expolib_v1-imagepipeline-okhttp3/maven-metadata-local.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<metadata> | ||
<groupId>expolib_v1.com.facebook.fresco</groupId> | ||
<artifactId>expolib_v1-imagepipeline-okhttp3</artifactId> | ||
<versioning> | ||
<release>1.0.1</release> | ||
<versions> | ||
<version>1.0.1</version> | ||
</versions> | ||
<lastUpdated>20170809225739</lastUpdated> | ||
</versioning> | ||
</metadata> |
4 changes: 4 additions & 0 deletions
4
...oid/maven/expolib_v1/com/squareup/okhttp3/okhttp-urlconnection/3.6.0/_remote.repositories
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#NOTE: This is an Aether internal implementation file, its format can be changed without prior notice. | ||
#Thu Aug 03 10:58:28 PDT 2017 | ||
okhttp-urlconnection-3.6.0.jar>= | ||
okhttp-urlconnection-3.6.0.pom>= |
Binary file added
BIN
+34.4 KB
...expolib_v1/com/squareup/okhttp3/okhttp-urlconnection/3.6.0/okhttp-urlconnection-3.6.0.jar
Binary file not shown.
9 changes: 9 additions & 0 deletions
9
...expolib_v1/com/squareup/okhttp3/okhttp-urlconnection/3.6.0/okhttp-urlconnection-3.6.0.pom
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>expolib_v1.com.squareup.okhttp3</groupId> | ||
<artifactId>okhttp-urlconnection</artifactId> | ||
<version>3.6.0</version> | ||
<description>POM was created from install:install-file</description> | ||
</project> |
12 changes: 12 additions & 0 deletions
12
...droid/maven/expolib_v1/com/squareup/okhttp3/okhttp-urlconnection/maven-metadata-local.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<metadata> | ||
<groupId>expolib_v1.com.squareup.okhttp3</groupId> | ||
<artifactId>okhttp-urlconnection</artifactId> | ||
<versioning> | ||
<release>3.6.0</release> | ||
<versions> | ||
<version>3.6.0</version> | ||
</versions> | ||
<lastUpdated>20170803175828</lastUpdated> | ||
</versioning> | ||
</metadata> |
4 changes: 4 additions & 0 deletions
4
.expo-source/android/maven/expolib_v1/com/squareup/okhttp3/okhttp/3.6.0/_remote.repositories
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#NOTE: This is an Aether internal implementation file, its format can be changed without prior notice. | ||
#Thu Aug 03 10:58:26 PDT 2017 | ||
okhttp-3.6.0.jar>= | ||
okhttp-3.6.0.pom>= |
Binary file added
BIN
+364 KB
.expo-source/android/maven/expolib_v1/com/squareup/okhttp3/okhttp/3.6.0/okhttp-3.6.0.jar
Binary file not shown.
9 changes: 9 additions & 0 deletions
9
.expo-source/android/maven/expolib_v1/com/squareup/okhttp3/okhttp/3.6.0/okhttp-3.6.0.pom
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>expolib_v1.com.squareup.okhttp3</groupId> | ||
<artifactId>okhttp</artifactId> | ||
<version>3.6.0</version> | ||
<description>POM was created from install:install-file</description> | ||
</project> |
12 changes: 12 additions & 0 deletions
12
.expo-source/android/maven/expolib_v1/com/squareup/okhttp3/okhttp/maven-metadata-local.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<metadata> | ||
<groupId>expolib_v1.com.squareup.okhttp3</groupId> | ||
<artifactId>okhttp</artifactId> | ||
<versioning> | ||
<release>3.6.0</release> | ||
<versions> | ||
<version>3.6.0</version> | ||
</versions> | ||
<lastUpdated>20170803175826</lastUpdated> | ||
</versioning> | ||
</metadata> |
4 changes: 4 additions & 0 deletions
4
.expo-source/android/maven/expolib_v1/com/squareup/okio/okio/1.13.0/_remote.repositories
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#NOTE: This is an Aether internal implementation file, its format can be changed without prior notice. | ||
#Thu Aug 03 10:58:30 PDT 2017 | ||
okio-1.13.0.jar>= | ||
okio-1.13.0.pom>= |
Binary file added
BIN
+84.6 KB
.expo-source/android/maven/expolib_v1/com/squareup/okio/okio/1.13.0/okio-1.13.0.jar
Binary file not shown.
Oops, something went wrong.