Skip to content

Commit

Permalink
update library
Browse files Browse the repository at this point in the history
  • Loading branch information
DingProg committed Dec 2, 2019
1 parent d378736 commit c0b7679
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions library/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
group='com.github.NetworkCaptureSelf'


android {
compileSdkVersion 29
Expand Down
2 changes: 2 additions & 0 deletions library_no_op/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'

group='com.github.NetworkCaptureSelf.No-Op'

android {
compileSdkVersion 29
buildToolsVersion "29.0.0"
Expand Down

0 comments on commit c0b7679

Please sign in to comment.