File tree Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 4343- [x] 整理项目所使用开源库
4444- [x] 全新开发
4545- [x] 评论列表
46+ - [x] 通知模块
47+ - [x] 收藏主题
48+ - [x] 关注的人
4649- [ ] 升级提醒
47- - [ ] 通知模块
4850- [ ] 上架 App Store、Google Play
4951- [ ] 通过 cheerio,获取更多的数据,开发交互功能
5052
Original file line number Diff line number Diff line change @@ -134,8 +134,8 @@ android {
134134 applicationId " github.funnyzak.v2ex"
135135 minSdkVersion rootProject. ext. minSdkVersion
136136 targetSdkVersion rootProject. ext. targetSdkVersion
137- versionCode 26
138- versionName " 0.6.2 "
137+ versionCode 27
138+ versionName " 0.6.3 "
139139 }
140140 splits {
141141 abi {
Original file line number Diff line number Diff line change 493493 "$(inherited)",
494494 "@executable_path/Frameworks",
495495 );
496- MARKETING_VERSION = 0.6.2 ;
496+ MARKETING_VERSION = 0.6.3 ;
497497 OTHER_LDFLAGS = (
498498 "$(inherited)",
499499 "-ObjC",
519519 CLANG_ENABLE_MODULES = YES;
520520 CODE_SIGN_IDENTITY = "iPhone Distribution";
521521 CODE_SIGN_STYLE = Manual;
522- CURRENT_PROJECT_VERSION = 13 ;
522+ CURRENT_PROJECT_VERSION = 15 ;
523523 DEVELOPMENT_TEAM = ED4U2734MB;
524524 INFOPLIST_FILE = app/Info.plist;
525525 LD_RUNPATH_SEARCH_PATHS = (
526526 "$(inherited)",
527527 "@executable_path/Frameworks",
528528 );
529- MARKETING_VERSION = 0.6.2 ;
529+ MARKETING_VERSION = 0.6.3 ;
530530 OTHER_LDFLAGS = (
531531 "$(inherited)",
532532 "-ObjC",
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-v2ex" ,
3- "version" : " 0.6.2 " ,
3+ "version" : " 0.6.3 " ,
44 "description" : " react native v2ex project" ,
55 "main" : " index.js" ,
66 "private" : false ,
You can’t perform that action at this time.
0 commit comments