AndroidSVG 1.3
This commit is contained in:
@@ -15,10 +15,6 @@ implementation 'org.slf4j:slf4j-api:1.7.25'
|
|||||||
|
|
||||||
### Android
|
### Android
|
||||||
```groovy
|
```groovy
|
||||||
repositories {
|
|
||||||
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
|
|
||||||
}
|
|
||||||
|
|
||||||
implementation 'org.mapsforge:vtm-android:[CURRENT-VERSION]'
|
implementation 'org.mapsforge:vtm-android:[CURRENT-VERSION]'
|
||||||
implementation 'org.mapsforge:vtm-android:[CURRENT-VERSION]:natives-arm64-v8a'
|
implementation 'org.mapsforge:vtm-android:[CURRENT-VERSION]:natives-arm64-v8a'
|
||||||
implementation 'org.mapsforge:vtm-android:[CURRENT-VERSION]:natives-armeabi'
|
implementation 'org.mapsforge:vtm-android:[CURRENT-VERSION]:natives-armeabi'
|
||||||
@@ -27,15 +23,11 @@ implementation 'org.mapsforge:vtm-android:[CURRENT-VERSION]:natives-mips'
|
|||||||
implementation 'org.mapsforge:vtm-android:[CURRENT-VERSION]:natives-mips64'
|
implementation 'org.mapsforge:vtm-android:[CURRENT-VERSION]:natives-mips64'
|
||||||
implementation 'org.mapsforge:vtm-android:[CURRENT-VERSION]:natives-x86'
|
implementation 'org.mapsforge:vtm-android:[CURRENT-VERSION]:natives-x86'
|
||||||
implementation 'org.mapsforge:vtm-android:[CURRENT-VERSION]:natives-x86_64'
|
implementation 'org.mapsforge:vtm-android:[CURRENT-VERSION]:natives-x86_64'
|
||||||
implementation 'com.caverock:androidsvg:1.3-SNAPSHOT'
|
implementation 'com.caverock:androidsvg:1.3'
|
||||||
```
|
```
|
||||||
|
|
||||||
### Android (libGDX)
|
### Android (libGDX)
|
||||||
```groovy
|
```groovy
|
||||||
repositories {
|
|
||||||
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
|
|
||||||
}
|
|
||||||
|
|
||||||
implementation 'org.mapsforge:vtm-android:[CURRENT-VERSION]'
|
implementation 'org.mapsforge:vtm-android:[CURRENT-VERSION]'
|
||||||
implementation 'org.mapsforge:vtm-android:[CURRENT-VERSION]:natives-arm64-v8a'
|
implementation 'org.mapsforge:vtm-android:[CURRENT-VERSION]:natives-arm64-v8a'
|
||||||
implementation 'org.mapsforge:vtm-android:[CURRENT-VERSION]:natives-armeabi'
|
implementation 'org.mapsforge:vtm-android:[CURRENT-VERSION]:natives-armeabi'
|
||||||
@@ -51,7 +43,7 @@ implementation 'org.mapsforge:vtm-android-gdx:[CURRENT-VERSION]:natives-x86'
|
|||||||
implementation 'org.mapsforge:vtm-android-gdx:[CURRENT-VERSION]:natives-x86_64'
|
implementation 'org.mapsforge:vtm-android-gdx:[CURRENT-VERSION]:natives-x86_64'
|
||||||
implementation 'com.badlogicgames.gdx:gdx:1.9.8'
|
implementation 'com.badlogicgames.gdx:gdx:1.9.8'
|
||||||
implementation 'com.badlogicgames.gdx:gdx-backend-android:1.9.8'
|
implementation 'com.badlogicgames.gdx:gdx-backend-android:1.9.8'
|
||||||
implementation 'com.caverock:androidsvg:1.3-SNAPSHOT'
|
implementation 'com.caverock:androidsvg:1.3'
|
||||||
```
|
```
|
||||||
|
|
||||||
### iOS
|
### iOS
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ apply plugin: 'com.github.dcendents.android-maven'
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
api project(':vtm')
|
api project(':vtm')
|
||||||
api 'com.caverock:androidsvg:1.3-SNAPSHOT'
|
api 'com.caverock:androidsvg:1.3'
|
||||||
}
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
|
|||||||
Reference in New Issue
Block a user