Skip to content

Commit 50be7b5

Browse files
kaiyaok2darko-marinov
authored andcommitted
update Gradle modification script to use NonDex 2.2.1
1 parent 8bcc9ed commit 50be7b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modify-gradle-build/add-nondex.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if [ $? != 0 ]; then
2727
}
2828
}
2929
dependencies {
30-
classpath('edu.illinois:plugin:2.1.7')
30+
classpath('edu.illinois:plugin:2.2.1')
3131
}
3232
}
3333
$(cat ${buildFile})" > ${buildFile}

0 commit comments

Comments
 (0)