drop vars
This commit is contained in:
parent
188c8f3f84
commit
772eee7a9c
2 changed files with 1 additions and 4 deletions
|
|
@ -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')
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue