Commit 4e1c58f 1 parent 709c5d4 commit 4e1c58f Copy full SHA for 4e1c58f
File tree 2 files changed +3
-0
lines changed
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ dependencies {
37
37
38
38
implementation deps. kotlin. stdlib. jdk
39
39
implementation deps. spoon. runner
40
+ implementation ' com.xenomachina:kotlin-argparser:2.0.7' // https://mvnrepository.com/artifact/com.xenomachina/kotlin-argparser/2.0.7
40
41
implementation deps. android. tools. build. gradle
41
42
implementation deps. android. tools. ddmlib
42
43
Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ ext.deps = [
15
15
],
16
16
],
17
17
' spoon' : [
18
+ // https://oss.sonatype.org/content/repositories/snapshots/com/squareup/spoon/spoon-runner/2.0.0-SNAPSHOT/
19
+ // https://oss.sonatype.org/content/repositories/snapshots/com/squareup/spoon/spoon-runner/2.0.0-SNAPSHOT/spoon-runner-2.0.0-20181002.234303-49.pom
18
20
' runner' : " com.squareup.spoon:spoon-runner:$versions . spoon " ,
19
21
' client' : " com.squareup.spoon:spoon-client:$versions . spoon "
20
22
],
You can’t perform that action at this time.
0 commit comments