save works before fixing bugs

This commit is contained in:
hyb1996
2017-07-05 15:52:41 +08:00
parent f627432b80
commit ee4c818007
10 changed files with 204 additions and 123 deletions

View File

@@ -26,5 +26,5 @@ dependencies {
exclude group: 'com.android.support', module: 'support-annotations'
})
testCompile 'junit:junit:4.12'
compile 'com.android.support:support-annotations:25.3.0'
compile 'com.android.support:support-annotations:25.3.1'
}