Skip to content

Commit 11c4edb

Browse files
committed
Demo used v2.4.1
1 parent d92790e commit 11c4edb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ android:
2525

2626
script:
2727
- ./gradlew clean
28-
- ./gradlew install
29-
- ./gradlew bintrayUpload
28+
# - ./gradlew install
29+
# - ./gradlew bintrayUpload
3030
- ./gradlew assembleDebug

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ dependencies {
7070
//art
7171
implementation project(':art')
7272
//Github 仓库上最新的 Demo 具有下一个版本的新特性, 所以依赖最新的远程库会出现版本不兼容的情况, 详情请查看 https://github.com/JessYanCoding/MVPArms/wiki/Issues#2
73-
// implementation 'me.jessyan:art:2.3.5'
73+
// implementation 'me.jessyan:art:2.4.1'
7474
//test
7575
testImplementation rootProject.ext.dependencies["junit"]
7676
debugImplementation rootProject.ext.dependencies["canary-debug"]

0 commit comments

Comments
 (0)