|
@@ -141,7 +141,7 @@ allprojects {
|
|
2) 在 app 的 build.gradle 文件中找到 `dependencies{}` 代码块,并在其中加入以下语句:
|
|
2) 在 app 的 build.gradle 文件中找到 `dependencies{}` 代码块,并在其中加入以下语句:
|
|
|
|
|
|
```
|
|
```
|
|
-implementation 'com.github.kongzue.DialogX:DialogX:0.0.40'
|
|
|
|
|
|
+implementation 'com.github.kongzue.DialogX:DialogX:0.0.41'
|
|
```
|
|
```
|
|
|
|
|
|
#### 方式二:Gradle 引入 jCenter 源
|
|
#### 方式二:Gradle 引入 jCenter 源
|
|
@@ -209,4 +209,4 @@ distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
limitations under the License.
|
|
-```
|
|
|
|
|
|
+```
|