Skip to content

Commit

Permalink
增加代码设置日期区间
Browse files Browse the repository at this point in the history
  • Loading branch information
yanbinbin committed Oct 30, 2017
1 parent 53462d3 commit c5989a1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
minSdkVersion 15
targetSdkVersion 25
versionCode 2
versionName "2.4.3"
versionName "2.4.4"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion ncalendar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'

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

android {
compileSdkVersion 25
Expand Down
1 change: 0 additions & 1 deletion ncalendar/src/main/res/values/attrs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
<attr name="endDate" format="string" />

<attr name="calendarHeight" format="dimension"/>
<attr name="isMultiple" format="boolean"/>
<attr name="duration" format="integer"/>

<attr name="firstDayOfWeek" format="string"/>
Expand Down

0 comments on commit c5989a1

Please sign in to comment.