فهرست منبع

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();
 ```