mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-12-07 09:31:11 +01:00
Changed: Use double quotes instead of single quotes for all gradle dependencies
This commit is contained in:
parent
0b4f456132
commit
6213b7f782
4 changed files with 9 additions and 9 deletions
|
|
@ -50,8 +50,8 @@ tasks.withType(Test) {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'androidx.annotation:annotation:1.3.0'
|
||||
testImplementation 'junit:junit:4.13.2'
|
||||
implementation "androidx.annotation:annotation:1.3.0"
|
||||
testImplementation "junit:junit:4.13.2"
|
||||
}
|
||||
|
||||
task sourceJar(type: Jar) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue