File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,6 +15,12 @@ allprojects {
1515 jcenter()
1616 maven { url " https://jitpack.io" }
1717 }
18+
19+ ext {
20+ nanojsonVersion = " 1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751"
21+ spotbugsVersion = " 4.2.3"
22+ junitVersion = " 4.13.2"
23+ }
1824}
1925
2026dependencies {
Original file line number Diff line number Diff line change 88dependencies {
99 implementation project(' :timeago-parser' )
1010
11- implementation ' com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751 '
11+ implementation " com.github.TeamNewPipe:nanojson:$n anojsonVersion "
1212 implementation ' org.jsoup:jsoup:1.13.1'
1313 implementation ' org.mozilla:rhino:1.7.13'
14- implementation ' com.github.spotbugs:spotbugs-annotations:4.2.3 '
14+ implementation " com.github.spotbugs:spotbugs-annotations:$s potbugsVersion "
1515 implementation ' org.nibor.autolink:autolink:0.10.0'
1616
17- testImplementation ' junit:junit:4.13.2 '
17+ testImplementation " junit:junit:$j unitVersion "
1818 testImplementation " com.squareup.okhttp3:okhttp:3.12.13"
1919 testImplementation ' com.google.code.gson:gson:2.8.7'
2020}
Original file line number Diff line number Diff line change 11dependencies {
2- testImplementation ' junit:junit:4.13.1 '
2+ testImplementation " junit:junit:$j unitVersion "
33
4- implementation ' com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751 '
5- implementation ' com.github.spotbugs:spotbugs-annotations:4.2.3 '
4+ implementation " com.github.TeamNewPipe:nanojson:$n anojsonVersion "
5+ implementation " com.github.spotbugs:spotbugs-annotations:$s potbugsVersion "
66}
You can’t perform that action at this time.
0 commit comments