添加上传私服功能

This commit is contained in:
wujifei
2021-01-21 15:51:49 +08:00
parent 1440c547f8
commit 1920229a87
2 changed files with 9 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
apply from: new File(rootProject.rootDir, "gradle/upload.gradle").toString()
android {
compileSdkVersion rootProject.ext.android.compileSdkVersion
@@ -22,6 +23,10 @@ android {
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
}
dependencies {

View File

@@ -0,0 +1,4 @@
GROUP=com.mogo.cloud
POM_ARTIFACT_ID=commons
VERSION_CODE=1
VERSION_NAME=1.0.0