Inside the firebase firestore pom i found a dependency which is not downloaded by the sdkmanager v3
When i add firestore dependency to my project i get this error when trying to compile
How can i solve it?
<dependency>
<groupId>com.squareup.okhttp</groupId>
<artifactId>okhttp</artifactId>
<version>2.7.2</version>
<scope>compile</scope>
<type>jar</type>
</dependency>
When i add firestore dependency to my project i get this error when trying to compile
B4A Version: 7.80 BETA #1
Parse den Code. (0.00s)
Kompiliere den Code. (0.04s)
Kompiliere Layoutcode. (0.00s)
Organisiere Libraries. Error
Maven artifact nicht gefunden: com.squareup.okhttp/okhttp
How can i solve it?