Skip to content

Commit

Permalink
加入群号码
Browse files Browse the repository at this point in the history
  • Loading branch information
yannecer committed Nov 23, 2017
1 parent 61e5e61 commit c440f96
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 2 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:2.3.3'

classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.6'
// classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1'
// classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.6'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}

Expand Down
Empty file modified gradlew
100644 → 100755
Empty file.
4 changes: 4 additions & 0 deletions ncalendar/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
apply plugin: 'com.android.library'

/*
apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.jfrog.bintray'
version = "2.4.5" //版本号
*/

android {
compileSdkVersion 25
Expand Down Expand Up @@ -36,6 +38,7 @@ dependencies {



/*
def siteUrl = 'https://github.com/yannecer/NCalendar' // 项目的主页
Expand Down Expand Up @@ -115,3 +118,4 @@ bintray {
publish = true
}
}
*/

0 comments on commit c440f96

Please sign in to comment.