Skip to content

Commit

Permalink
新增适配器模式自定义日历页面
Browse files Browse the repository at this point in the history
  • Loading branch information
yannecer committed Nov 8, 2019
1 parent 2e2bd02 commit 19d48a7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
minSdkVersion 15
targetSdkVersion 28
versionCode 2
versionName "4.3.9"
versionName "4.4.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ protected void onCreate(@Nullable Bundle savedInstanceState) {

ICalendar miui10Calendar = findViewById(R.id.miui10Calendar);
miui10Calendar.setCalendarAdapter(new DingAdapter());
miui10Calendar.setSelectedMode(SelectedModel.MULTIPLE);
// miui10Calendar.setSelectedMode(SelectedModel.MULTIPLE);
miui10Calendar.setOnCalendarChangedListener(new OnCalendarChangedListener() {
@Override
public void onCalendarChange(BaseCalendar baseCalendar, int year, int month, LocalDate localDate) {
Expand Down
4 changes: 2 additions & 2 deletions ncalendar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
minSdkVersion 15
targetSdkVersion 28
versionCode 1
versionName "4.3.9"
versionName "4.4.0"
}
}

Expand All @@ -23,7 +23,7 @@ publish {
repoName = 'maven'//bintray仓库
groupId = 'com.necer.ncalendar'//jcenter上的路径
artifactId = 'ncalendar'//项目名称
publishVersion = '4.3.9'//版本号
publishVersion = '4.4.0'//版本号
desc = 'NCalendar'
website = 'https://github.com/yannecer/NCalendar'
}

0 comments on commit 19d48a7

Please sign in to comment.