Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use spaceapi-kt for parsing, add v14 support #85

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,23 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
}

compileOptions {
sourceCompatibility = 1.8
targetCompatibility = 1.8
}

lintOptions {
warning 'MissingTranslation'
}
}

dependencies {
implementation "androidx.annotation:annotation:1.1.0"

// SpaceAPI Library
implementation "spaceapi-community:spaceapi-kt:0.2.1"

// JUnit for testing
testImplementation 'junit:junit:4.13.1'
}
557 changes: 339 additions & 218 deletions app/src/main/java/ch/fixme/status/Main.java

Large diffs are not rendered by default.

150 changes: 0 additions & 150 deletions app/src/main/java/ch/fixme/status/Parse12.java

This file was deleted.

214 changes: 0 additions & 214 deletions app/src/main/java/ch/fixme/status/Parse13.java

This file was deleted.

Loading