Skip to content

Commit 90801ae

Browse files
committed
typo fix
1 parent ab32317 commit 90801ae

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

_mobile/android.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ dependencies {
260260
implementation(name:'pytorch_android-release', ext:'aar')
261261
implementation(name:'pytorch_android_torchvision-release', ext:'aar')
262262
263-
// if using the nightly built libraries downloaded above
263+
// if using the nightly built libraries downloaded above, for example the 1.8.0-snapshot on Jan. 21, 2021
264264
// implementation(name:'pytorch_android-1.8.0-20210121.092759-172', ext:'aar')
265265
// implementation(name:'pytorch_android_torchvision-1.8.0-20210121.092817-173', ext:'aar')
266266
@@ -272,7 +272,6 @@ dependencies {
272272

273273
Also we have to add all transitive dependencies of our aars. As `pytorch_android` depends on `com.android.support:appcompat-v7:28.0.0` or `androidx.appcompat:appcompat:1.2.0`, we need to one of them. (In case of using maven dependencies they are added automatically from `pom.xml`).
274274

275-
If
276275

277276
## Custom Build
278277

0 commit comments

Comments
 (0)