Skip to content

Commit f0a23fe

Browse files
committed
amend some files
1 parent 567d5b9 commit f0a23fe

File tree

7 files changed

+51
-26
lines changed

7 files changed

+51
-26
lines changed

.idea/compiler.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/gradle.xml

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 38 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ buildscript {
1010

1111
// NOTE: Do not place your application dependencies here; they belong
1212
// in the individual module build.gradle files
13-
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.6'
14-
classpath "org.jfrog.buildinfo:build-info-extractor-gradle:4.0.0"
13+
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.1'
14+
// classpath "org.jfrog.buildinfo:build-info-extractor-gradle:4.0.0"
1515
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
1616
}
1717
}

gradlew

100644100755
File mode changed.

gradlew.bat

100644100755
File mode changed.

jlibrary/build.gradle

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,22 @@ android {
2323

2424
ext{
2525

26-
bintrayRepo = 'jlibrary'
26+
bintrayRepo = 'maven'
2727
bintrayName = 'jlibrary'
2828

2929
publishedGroupId = 'com.code4a'
30-
libraryName = 'jlibrary'
30+
libraryName = 'JLibrary'
3131
artifact = 'jlibrary'
3232

3333
libraryDescription = 'this is an android library'
3434

3535
siteUrl = 'https://github.com/code4a/JLibraryDemo'
3636
gitUrl = 'https://github.com/code4a/JLibraryDemo.git'
3737

38-
libraryVersion = '1.0.1'
38+
libraryVersion = '1.0.2'
3939

4040
developerId = 'code4a'
41-
developerName = 'Jiang Yantao'
41+
developerName = 'code4a'
4242
developerEmail = '[email protected]'
4343

4444
licenseName = 'The Apache Software License, Version 2.0'
@@ -47,6 +47,7 @@ ext{
4747

4848
}
4949

50+
5051
apply plugin: 'com.neenbedankt.android-apt'
5152
dependencies {
5253
compile fileTree(include: ['*.jar'], dir: 'libs')
@@ -66,5 +67,6 @@ tasks.withType(Javadoc) {
6667
options.encoding = "UTF-8"
6768
}
6869

69-
apply from: 'https://raw.githubusercontent.com/nuuneoi/JCenter/master/installv1.gradle'
70-
apply from: 'https://raw.githubusercontent.com/nuuneoi/JCenter/master/bintrayv1.gradle'
70+
//https://raw.githubusercontent.com/code4a/JCenter/master/bintrayv1.gradle
71+
apply from: 'https://raw.githubusercontent.com/code4a/JCenter/master/installv1.gradle'
72+
apply from: 'https://raw.githubusercontent.com/code4a/JCenter/master/bintrayv1.gradle'

0 commit comments

Comments
 (0)