Skip to content

Commit

Permalink
upload jitpack.io
Browse files Browse the repository at this point in the history
  • Loading branch information
Ye-Miao committed May 25, 2019
1 parent 1d8f326 commit e9960e0
Show file tree
Hide file tree
Showing 13 changed files with 19 additions and 10 deletions.
Binary file modified .gradle/5.1.1/executionHistory/executionHistory.bin
Binary file not shown.
Binary file modified .gradle/5.1.1/executionHistory/executionHistory.lock
Binary file not shown.
Binary file modified .gradle/5.1.1/fileHashes/fileHashes.bin
Binary file not shown.
Binary file modified .gradle/5.1.1/fileHashes/fileHashes.lock
Binary file not shown.
Binary file modified .gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
Binary file modified .gradle/buildOutputCleanup/outputFiles.bin
Binary file not shown.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
Binary file added .idea/caches/gradle_models.ser
Binary file not shown.
3 changes: 3 additions & 0 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file removed StatusBarUtil.jks
Binary file not shown.
10 changes: 0 additions & 10 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,9 @@ android {
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}

signingConfigs {
release {
storeFile file("I:/Android/resource/StatusBarUtil/StatusBarUtil.jks")
storePassword "leaf123"
keyAlias "First"
keyPassword "leaf123"
}
}

buildTypes {
release {
minifyEnabled true
signingConfig signingConfigs.release
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
Expand Down
15 changes: 15 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# 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=-Xmx1536m
# 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


0 comments on commit e9960e0

Please sign in to comment.