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

@@ -33,6 +33,6 @@ dependencies {
})
androidTestCompile 'com.android.support.test.uiautomator:uiautomator-v18:2.1.2'
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:25.3.0'
compile 'com.android.support:appcompat-v7:25.3.1'
compile project(path: ':common')
}