Skip to content

Commit

Permalink
Release Version
Browse files Browse the repository at this point in the history
  • Loading branch information
jacky-zf committed Jul 13, 2016
1 parent 453b7cc commit 1a845ec
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .idea/vcs.xml

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

6 changes: 5 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
apply plugin: 'com.android.application'

allprojects {
repositories {
maven { url "https://jitpack.io" }
}
}
android {
compileSdkVersion 23
buildToolsVersion "23.0.3"
Expand Down
6 changes: 5 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

allprojects {
repositories {
maven { url "https://jitpack.io" }
}
}
buildscript {
repositories {
jcenter()
Expand Down
6 changes: 5 additions & 1 deletion pinyinlibrary/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
apply plugin: 'com.android.library'

allprojects {
repositories {
maven { url "https://jitpack.io" }
}
}
android {
compileSdkVersion 23
buildToolsVersion "23.0.3"
Expand Down

0 comments on commit 1a845ec

Please sign in to comment.