소스 검색

Yet another README update

Aidan Follestad 10 년 전
부모
커밋
0da532a5ba
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      README.md

+ 0 - 1
README.md

@@ -330,7 +330,6 @@ new MaterialDialog.Builder(this)
         .title(R.string.title)
         .customView(R.layout.custom_view, wrapInScrollView)
         .positiveText(R.string.positive)
-        .build()
         .show();
 ```