Skip to content

Commit

Permalink
v2.0.7发布
Browse files Browse the repository at this point in the history
  • Loading branch information
zfman committed Dec 26, 2018
1 parent d603409 commit 5cfe49a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
Binary file modified AndroidTimetableView/.idea/caches/build_file_checksums.ser
Binary file not shown.
2 changes: 1 addition & 1 deletion AndroidTimetableView/.idea/misc.xml

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

2 changes: 1 addition & 1 deletion AndroidTimetableView/TimetableView/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ publish {
repoName='Maven'
groupId = 'com.zhuangfei'//jcenter上的路径
artifactId = 'TimetableView'//项目名称
publishVersion = '2.0.7'//版本号
publishVersion = '2.0.6'//版本号
desc = 'A beautiful Android based curriculum schedule widget'//描述,不重要
website = 'https://github.com/zfman/TimetableView'//网站,不重要;尽量模拟github上的地址,例如我这样的;当然你有地址最好了
}
7 changes: 3 additions & 4 deletions AndroidTimetableView/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ android {

dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"
implementation 'com.android.support:appcompat-v7:26.1.0'
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
implementation 'com.android.support:support-v4:26.1.0'
Expand All @@ -44,8 +43,8 @@ dependencies {
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
implementation project(':TimetableView')

debugCompile 'com.squareup.leakcanary:leakcanary-android:1.3'
releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.3'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:1.3'
releaseImplementation 'com.squareup.leakcanary:leakcanary-android-no-op:1.3'

compile 'com.github.bumptech.glide:glide:3.7.0'
implementation 'com.github.bumptech.glide:glide:3.7.0'
}

0 comments on commit 5cfe49a

Please sign in to comment.