Skip to content

Commit

Permalink
[release] 2.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
chendongMarch committed Oct 31, 2019
1 parent 928c4d6 commit cab2b06
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
> [GitHub - LxAdapter](https://github.com/chendongMarch/LxAdapter)
> com.zfy:lxadapter:2.0.10
> com.zfy:lxadapter:2.0.11
<!--more-->

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ public void set(LxSpaceComponent comp, Rect outRect, LxSpaceComponent.SpaceOpts
}
}
}))
.attachTo(mContentRv, LxManager.linear(getContext()));
.attachTo(mContentRv, LxManager.grid(getContext(), 3));

LxSource source = LxSource.snapshot(mLxModels);
for (int i = 0; i < 100; i++) {
Expand Down
2 changes: 1 addition & 1 deletion products/debug/output.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":243,"versionName":"origin_mode","enabled":true,"outputFile":"app_origin_mode_243_debug.apk","fullName":"debug","baseName":"debug"},"path":"app_origin_mode_243_debug.apk","properties":{}}]
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":245,"versionName":"origin_mode","enabled":true,"outputFile":"app_origin_mode_245_debug.apk","fullName":"debug","baseName":"debug"},"path":"app_origin_mode_245_debug.apk","properties":{}}]

0 comments on commit cab2b06

Please sign in to comment.