Skip to content

Commit 1e36f9e

Browse files
committed
[version_bump] 1.4.0
1 parent 91a845f commit 1e36f9e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

HelloWorldApp/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ android {
2323

2424
dependencies {
2525
implementation 'androidx.appcompat:appcompat:1.1.0'
26-
implementation 'org.pytorch:pytorch_android:1.4.0.1'
27-
implementation 'org.pytorch:pytorch_android_torchvision:1.4.0.1'
26+
implementation 'org.pytorch:pytorch_android:1.4.0'
27+
implementation 'org.pytorch:pytorch_android_torchvision:1.4.0'
2828
}

PyTorchDemoApp/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ dependencies {
3535
implementation "androidx.camera:camera-camera2:$camerax_version"
3636
implementation 'com.google.android.material:material:1.0.0-beta01'
3737

38-
implementation 'org.pytorch:pytorch_android:1.4.0.1'
39-
implementation 'org.pytorch:pytorch_android_torchvision:1.4.0.1'
38+
implementation 'org.pytorch:pytorch_android:1.4.0'
39+
implementation 'org.pytorch:pytorch_android_torchvision:1.4.0'
4040
}

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ repositories {
5252
}
5353
5454
dependencies {
55-
implementation 'org.pytorch:pytorch_android:1.4.0.1'
56-
implementation 'org.pytorch:pytorch_android_torchvision:1.4.0.1'
55+
implementation 'org.pytorch:pytorch_android:1.4.0'
56+
implementation 'org.pytorch:pytorch_android_torchvision:1.4.0'
5757
}
5858
```
5959
Where `org.pytorch:pytorch_android` is the main dependency with PyTorch Android API, including libtorch native library for all 4 android abis (armeabi-v7a, arm64-v8a, x86, x86_64).

0 commit comments

Comments
 (0)