# MaterialDialogDemo **Repository Path**: cat199032/MaterialDialogDemo ## Basic Information - **Project Name**: MaterialDialogDemo - **Description**: 第一次 - **Primary Language**: Kotlin - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-17 - **Last Updated**: 2021-11-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MaterialDialogDemo ### 集成步骤 allprojects { repositories { google() jcenter() mavenCentral( url: "https://ewgcat.bintray.com/utils/" ) } dependencies { api 'com.lsh.materialdialogs:materialdialogs:1.0.0' }