Skip to content

Commit

Permalink
尝试修复videoedit没打包到JitPack的问题,标识哪些库打包
Browse files Browse the repository at this point in the history
  • Loading branch information
aaatttcccc committed Feb 16, 2022
1 parent 1bf37bd commit c06ac21
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
//============================== JitPack 上传插件配置 =====================
apply plugin: 'com.github.dcendents.android-maven'
apply plugin:'maven'
// 组名 com.github是固定的
group='com.github.zhongjhATC'

buildscript {
ext.kotlin_version = '1.3.72'
repositories {
Expand Down
3 changes: 3 additions & 0 deletions combined/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
plugins {
id 'com.android.library'
}
//============================== JitPack 上传插件配置 =====================
apply plugin: 'com.github.dcendents.android-maven'
group='com.github.zhongjhATC'

android {
compileSdkVersion rootProject.ext.androidCompileSdkVersion
Expand Down
4 changes: 4 additions & 0 deletions common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ plugins {
id 'kotlin-android-extensions'
id 'kotlin-android'
}
//============================== JitPack 上传插件配置 =====================
apply plugin: 'com.github.dcendents.android-maven'
group='com.github.zhongjhATC'

android {
compileSdkVersion 31
buildToolsVersion "30.0.3"
Expand Down
3 changes: 3 additions & 0 deletions imageedit/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
plugins {
id 'com.android.library'
}
//============================== JitPack 上传插件配置 =====================
apply plugin: 'com.github.dcendents.android-maven'
group='com.github.zhongjhATC'

android {
compileSdkVersion rootProject.ext.androidCompileSdkVersion
Expand Down
3 changes: 3 additions & 0 deletions multilibrary/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
apply plugin: 'com.android.library'
//============================== JitPack 上传插件配置 =====================
apply plugin: 'com.github.dcendents.android-maven'
group='com.github.zhongjhATC'

android {
compileSdkVersion rootProject.ext.androidCompileSdkVersion
Expand Down
3 changes: 3 additions & 0 deletions progresslibrary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ plugins {
id 'com.android.library'
id 'kotlin-android'
}
//============================== JitPack 上传插件配置 =====================
apply plugin: 'com.github.dcendents.android-maven'
group='com.github.zhongjhATC'

android {
compileSdkVersion rootProject.ext.androidCompileSdkVersion
Expand Down
3 changes: 3 additions & 0 deletions videoedit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ plugins {
id 'com.android.library'
id 'kotlin-android'
}
//============================== JitPack 上传插件配置 =====================
apply plugin: 'com.github.dcendents.android-maven'
group='com.github.zhongjhATC'

android {
compileSdkVersion rootProject.ext.androidCompileSdkVersion
Expand Down
3 changes: 3 additions & 0 deletions videoedit2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ plugins {
id 'com.android.library'
id 'kotlin-android'
}
//============================== JitPack 上传插件配置 =====================
apply plugin: 'com.github.dcendents.android-maven'
group='com.github.zhongjhATC'

android {
compileSdkVersion 31
Expand Down

0 comments on commit c06ac21

Please sign in to comment.