1
0
mirror of https://github.com/fabianonline/telegram_backup.git synced 2025-07-04 22:16:26 +00:00

Added version checking code. Complete with unit tests. Oh yeah. :D

This commit is contained in:
2016-08-29 07:01:32 +02:00
parent 3e64b336a8
commit 5291b35f63
5 changed files with 148 additions and 0 deletions

View File

@ -21,6 +21,9 @@ dependencies {
compile 'com.github.spullara.mustache.java:compiler:0.8.18'
compile 'org.slf4j:slf4j-api:1.7.21'
compile 'ch.qos.logback:logback-classic:1.1.7'
compile 'com.google.code.gson:gson:2.5'
testCompile 'junit:junit:4.12'
}
run {