Skip to content

Commit

Permalink
refact: 添加 jitpack 发布插件
Browse files Browse the repository at this point in the history
  • Loading branch information
GitLqr committed Jul 3, 2022
1 parent f5f2529 commit 589dcc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ buildscript {

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
}
}

Expand Down
2 changes: 2 additions & 0 deletions libyuv/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
group = 'com.github.GitLqr'

android {
compileSdkVersion 29
Expand Down

0 comments on commit 589dcc2

Please sign in to comment.