Skip to content

Commit 24019ca

Browse files
committed
Demo used v2.4.1
1 parent 0985137 commit 24019ca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.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
//arms
7171
implementation project(':arms')
7272
//Github 仓库上最新的 Demo 具有下一个版本的新特性, 所以依赖最新的远程库会出现版本不兼容的情况, 详情请查看 https://github.com/JessYanCoding/MVPArms/wiki/Issues#2
73-
// implementation 'me.jessyan:arms:2.4.0'
73+
// implementation 'me.jessyan:arms:2.4.1'
7474
//test
7575
testImplementation rootProject.ext.dependencies["junit"]
7676
debugImplementation rootProject.ext.dependencies["canary-debug"]

0 commit comments

Comments
 (0)