Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
YacongGu committed Jan 23, 2017
1 parent f2af04e commit a27dbd9
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ build/

# Local configuration file (sdk path, etc)
local.properties
gradle.properties

# Proguard folder generated by Eclipse
proguard/
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ buildscript {
}
dependencies {
classpath 'com.github.promeg:android-git-sha-plugin:1.0.0'
classpath 'com.github.promeg:android-git-sha-plugin:1.0.1'
}
}
```
Expand All @@ -31,7 +31,7 @@ apply plugin: 'com.android.application'
apply plugin: 'android-git-sha'
dependencies {
compile 'com.github.promeg:android-git-sha-lib:1.0.0'
compile 'com.github.promeg:android-git-sha-lib:1.0.1'
}
```

Expand Down
17 changes: 17 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## Project-wide Gradle settings.
#
# 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.
# Default value: -Xmx10248m -XX:MaxPermSize=256m
# org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
#
# 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
#Tue Dec 22 21:54:09 CST 2015
bintray_user=xxx
bintray_api_key=xxx
Empty file modified gradlew
100644 → 100755
Empty file.

0 comments on commit a27dbd9

Please sign in to comment.