Skip to content

Commit

Permalink
2018.12.7 补齐缺少文件
Browse files Browse the repository at this point in the history
  • Loading branch information
tome34 committed Dec 7, 2018
1 parent a06b69f commit 10a81ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
4 changes: 4 additions & 0 deletions baseLib/core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ dependencies {
api "com.android.support:support-v4:$rootProject.androidSupportSdkVersion"
api "com.android.support:design:$rootProject.androidSupportSdkVersion"
api 'com.android.support:support-annotations:24.0.0'
//test
api 'com.android.support.test:runner:1.0.1'
api 'com.android.support.test.espresso:espresso-core:3.0.1'
api 'junit:junit:4.12'


/*implementation fileTree(dir: 'libs', include: ['*.jar'])
Expand Down

0 comments on commit 10a81ad

Please sign in to comment.