Commit 9a787069 authored by mengcuiguang's avatar mengcuiguang

代码优化

parent 7e62585c
Pipeline #435 failed with stages
*.iml
.gradle
.idea
/local.properties
/gradle.properties
.DS_Store
/build
/captures
app/build
picture_library/build
ucrop/build
\ No newline at end of file
/build
mapping.txt
seeds.txt
unused.txt
priguardMapping.txt
/build
mapping.txt
seeds.txt
unused.txt
priguardMapping.txt
......@@ -242,7 +242,6 @@ dependencies {
api project(':wxpay')
api project(':alipay')
api project(':oaid')
api project(':mybill')
// bugly
implementation 'com.tencent.bugly:crashreport:3.3.92'
implementation 'com.tencent.bugly:nativecrashreport:3.0'
......
# Project-wide Gradle settings.
# IDE (e.g. Android Studio) users:
# Gradle settings configured through the IDE *will override*
# any settings specified in this file.
# For more details on how to configure your build environment visit
# http://www.gradle.org/docs/current/userguide/build_environment.html
# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
org.gradle.jvmargs=-Xmx2058m
android.injected.testOnly=false
android.useAndroidX=true
android.enableJetifier=true
android.nonTransitiveRClass=true
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
#DEBUG_URL="https://test.mints-id.com/camera-api/"
DEBUG_URL="https://api.mints-id.com/camera-api/"
RELEASE_URL="https://api.mints-id.com/camera-api/"
RELEASE_KEY_PASSWORD=mintsroomprophet
RELEASE_KEY_ALIAS=mints_roomprophet
RELEASE_STORE_PASSWORD=mintsroomprophet
RELEASE_STORE_FILE=mints_roomprophet.jks
#ShareSDK
RELEASE_SHARESDK_KEY=396ef0a56a387
RELEASE_SHARESDK_SECRET=87ccb6a70ed788f7cdaa88f5a4ace07e
#weixin
WEIXIN_APP_PAY_ID ="wx7412076ce1c5b1bb"
WEIXIN_APP_ID =wx7412076ce1c5b1bb
WEIXIN_APP_SECRET =a0f1b31059dc4127282a0468ef349b21
#ditu
RELEASE_MAP_KEY=e43edf1fc38bd7695e36516048830cef
#umeng
RELEASE_UMENG_KEY=65fbd75dcac2a664de0a755b
#TalkingData
RELEASE_TALKING_DATA_KEY="5D38F8DE90314DDC8D4375E0D1CCEF15"
#Gromore
GROMORE_APP_ID="54712345"
GROMORE_SPLASH_CODE="102721234"
GROMORE_VIDEO_CODE="102721234"
GROMORE_EXPRESS_CODE="102721234"
GROMORE_MY_EXPRESS_CODE="102721234"
GROMORE_MAIN_EXPRESS_CODE="102721234"
GROMORE_DRAW_CODE="102411234"
GROMORE_BANNER_CODE="102721234"
\ No newline at end of file
plugins {
id 'com.android.library'
}
android {
compileSdkVersion rootProject.ext.androidCompileSdkVersion
buildToolsVersion rootProject.ext.androidBuildToolsVersion
defaultConfig {
minSdkVersion rootProject.ext.androidMinSdkVersion
targetSdkVersion rootProject.ext.androidTargetSdkVersion
versionCode 1
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
javaCompileOptions {
annotationProcessorOptions {
arguments = ["room.schemaLocation": "$projectDir/schemas".toString()]
}
}
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
api fileTree(include: ['*.jar', '*.aar'], dir: 'libs')
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-alpha3'
implementation 'com.google.android.material:material:1.4.+'
implementation 'androidx.multidex:multidex:2.0.1'
def room_version = "2.2.6"
implementation "androidx.room:room-runtime:$room_version"
annotationProcessor "androidx.room:room-compiler:$room_version"
// optional - RxJava support for Room
implementation "androidx.room:room-rxjava2:$room_version"
// optional - Guava support for Room, including Optional and ListenableFuture
implementation "androidx.room:room-guava:$room_version"
// optional - Test helpers
testImplementation "androidx.room:room-testing:$room_version"
// optional - Test helpers
testImplementation "androidx.room:room-testing:$room_version"
}
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment