drop vars

This commit is contained in:
Alexey Kuznetsov 2017-05-29 21:14:28 +03:00
commit 772eee7a9c
2 changed files with 1 additions and 4 deletions

View file

@ -43,5 +43,5 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.github.axet:android-audio-library:0.0.50' // compile project(':android-audio-library')
compile 'com.github.axet:android-audio-library:0.0.51' // compile project(':android-audio-library')
}

View file

@ -10,9 +10,6 @@ import java.util.Date;
public class Storage extends com.github.axet.audiolibrary.app.Storage {
SimpleDateFormat SIMPLE = new SimpleDateFormat("yyyy-MM-dd HH.mm.ss");
SimpleDateFormat ISO8601 = new SimpleDateFormat("yyyyMMdd'T'HHmmss");
public Storage(Context context) {
super(context);
}