Skip to content
Open
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
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@ build/
dist/
/.gradle/
/bin/
/l.msf
/switzerland-gzip.msf
/switzerland-index.msf
/switzerland-normal.msf
/switzerland.msf
25 changes: 0 additions & 25 deletions HEAPMAP.md

This file was deleted.

6 changes: 0 additions & 6 deletions TODO.md

This file was deleted.

3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ apply plugin: 'java'
apply plugin: "jacoco"
apply plugin: 'eclipse'

version = '0.4.0'
version = '0.4.1'

repositories {
mavenCentral()
Expand Down Expand Up @@ -72,6 +72,7 @@ dependencies {
compile 'ch.poole.geo:mbtiles4j:1.2.0'
compile 'org.jetbrains:annotations:15.0'
compile 'com.zaxxer:SparseBitSet:1.1'
compile 'it.unimi.dsi:fastutil:8.5.8'
testCompile 'junit:junit:4.12'
}

Expand Down
Loading