mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-11-08 19:46:10 +01:00
Update plugins and gradle to latest versions
This commit is contained in:
parent
eaea0f74a5
commit
43bbef9a11
5 changed files with 11 additions and 11 deletions
|
|
@ -1,6 +1,6 @@
|
|||
plugins {
|
||||
id "com.jfrog.bintray" version "1.7.3"
|
||||
id "com.github.dcendents.android-maven" version "2.0"
|
||||
id "com.jfrog.bintray" version "1.8.5"
|
||||
id "com.github.dcendents.android-maven" version "2.1"
|
||||
}
|
||||
|
||||
apply plugin: 'com.android.library'
|
||||
|
|
@ -61,7 +61,7 @@ tasks.withType(Test) {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
testImplementation 'junit:junit:4.13'
|
||||
testImplementation 'junit:junit:4.13.1'
|
||||
}
|
||||
|
||||
apply from: '../scripts/bintray-publish.gradle'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue