Skip to content

Commit

Permalink
chore: add hack deps 😢
Browse files Browse the repository at this point in the history
  • Loading branch information
siddarthkay committed Jun 5, 2024
1 parent e9e4822 commit c55f702
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 0 deletions.
19 changes: 19 additions & 0 deletions nix/deps/gradle/deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,25 @@
}
},

{
"path": "androidx/annotation/annotation/1.6.0",
"repo": "https://dl.google.com/dl/android/maven2",
"files": {
"annotation-1.6.0.pom": {
"sha1": "fb1e233a6072d024c05fd2802aadd9146575e4ef",
"sha256": "sha256-3YgrTBlFrRMSHs32UeumZKmyJrVduE+nVTkt5eENHls="
},
"annotation-1.6.0.jar": {
"sha1": "b94fe605ea8ff0f68f3feab065ae0b7d67860964",
"sha256": "sha256-+8ZPXESnrd7Ytuq1F899cFVeJRU79dRKbtmw5TEvfek="
},
"annotation-1.6.0.module": {
"sha1": "cf3899ddc31f0a48c7189b1a0c943e917ec927d4",
"sha256": "sha256-YUa2E4ZDsqwFkN9QndUauup2nHn9dgLrIXFo/lr3jNI="
}
}
},

{
"path": "androidx/appcompat/appcompat-resources/1.1.0-rc01",
"repo": "https://dl.google.com/dl/android/maven2",
Expand Down
1 change: 1 addition & 0 deletions nix/deps/gradle/deps.list
Original file line number Diff line number Diff line change
Expand Up @@ -941,4 +941,5 @@ com.google.errorprone:error_prone_annotations:2.7.1
com.android.tools.lint:lint-gradle:31.1.1
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0
com.android.tools.build:gradle:3.5.4
androidx.annotation:annotation:1.6.0
com.facebook.react:hermes-android:0.73.5
1 change: 1 addition & 0 deletions nix/deps/gradle/deps.urls
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ https://dl.google.com/dl/android/maven2/androidx/annotation/annotation/1.1.0-rc0
https://dl.google.com/dl/android/maven2/androidx/annotation/annotation/1.1.0/annotation-1.1.0.pom
https://dl.google.com/dl/android/maven2/androidx/annotation/annotation/1.2.0/annotation-1.2.0.pom
https://dl.google.com/dl/android/maven2/androidx/annotation/annotation/1.3.0/annotation-1.3.0.pom
https://dl.google.com/dl/android/maven2/androidx/annotation/annotation/1.6.0/annotation-1.6.0.pom
https://dl.google.com/dl/android/maven2/androidx/appcompat/appcompat-resources/1.1.0-rc01/appcompat-resources-1.1.0-rc01.pom
https://dl.google.com/dl/android/maven2/androidx/appcompat/appcompat-resources/1.1.0/appcompat-resources-1.1.0.pom
https://dl.google.com/dl/android/maven2/androidx/appcompat/appcompat-resources/1.2.0/appcompat-resources-1.2.0.pom
Expand Down
1 change: 1 addition & 0 deletions nix/deps/gradle/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ com.google.errorprone:error_prone_annotations:2.7.1
com.android.tools.lint:lint-gradle:31.1.1
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0
com.android.tools.build:gradle:3.5.4
androidx.annotation:annotation:1.6.0
com.facebook.react:hermes-android:0.73.5' \
>> "${DEPS_LIST}"
}
Expand Down

0 comments on commit c55f702

Please sign in to comment.