Skip to content

Commit

Permalink
Include kxml2 as source again
Browse files Browse the repository at this point in the history
  • Loading branch information
gerhardol committed Feb 9, 2023
1 parent 190d03b commit 97230fd
Show file tree
Hide file tree
Showing 4 changed files with 568 additions and 13 deletions.
11 changes: 0 additions & 11 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -128,20 +128,9 @@ repositories {
}
}
}
maven {
// com.github.stefanhaustein:kxml2
url "https://jitpack.io"
}
maven {
// org.xmlpull:xmlpull
url 'https://gitlab.com/api/v4/projects/26729549/packages/maven'
}
}

dependencies {
implementation("com.github.stefanhaustein:kxml2:2.5.0")
implementation 'org.xmlpull:xmlpull:1.1.4.0'

implementation project(':common')
implementation project(':hrdevice')

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/org/runnerup/export/format/GPX.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;

import org.kxml2.io.KXmlSerializer;
import org.runnerup.common.util.Constants.DB;
import org.runnerup.db.PathCursor;
import org.runnerup.db.PathSimplifier;
import org.runnerup.util.KXmlSerializer;
import org.runnerup.workout.Sport;

import java.io.IOException;
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/org/runnerup/export/format/TCX.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
import android.location.Location;
import android.util.Pair;

import org.kxml2.io.KXmlSerializer;
import org.runnerup.common.util.Constants.DB;
import org.runnerup.db.PathCursor;
import org.runnerup.db.PathSimplifier;
import org.runnerup.util.KXmlSerializer;
import org.runnerup.workout.Sport;
import org.runnerup.BuildConfig;

Expand Down
Loading

0 comments on commit 97230fd

Please sign in to comment.