@@ -64,18 +64,18 @@ android {
64
64
implementation ' com.android.support:appcompat-v7:27.1.0'
65
65
implementation ' com.android.support:design:27.1.0'
66
66
67
- implementation (group : ' org.deeplearning4j' , name : ' deeplearning4j-core' , version : ' 1.0.0-beta6 ' ) {
67
+ implementation (group : ' org.deeplearning4j' , name : ' deeplearning4j-core' , version : ' 1.0.0-beta7 ' ) {
68
68
exclude group : ' org.bytedeco' , module : ' opencv-platform'
69
69
exclude group : ' org.bytedeco' , module : ' leptonica-platform'
70
70
exclude group : ' org.bytedeco' , module : ' hdf5-platform'
71
71
exclude group : ' org.nd4j' , module : ' nd4j-base64'
72
72
}
73
73
74
- implementation group : ' org.nd4j' , name : ' nd4j-native' , version : ' 1.0.0-beta6 '
75
- implementation group : ' org.nd4j' , name : ' nd4j-native' , version : ' 1.0.0-beta6 ' , classifier : " android-arm"
76
- implementation group : ' org.nd4j' , name : ' nd4j-native' , version : ' 1.0.0-beta6 ' , classifier : " android-arm64"
77
- implementation group : ' org.nd4j' , name : ' nd4j-native' , version : ' 1.0.0-beta6 ' , classifier : " android-x86"
78
- implementation group : ' org.nd4j' , name : ' nd4j-native' , version : ' 1.0.0-beta6 ' , classifier : " android-x86_64"
74
+ implementation group : ' org.nd4j' , name : ' nd4j-native' , version : ' 1.0.0-beta7 '
75
+ implementation group : ' org.nd4j' , name : ' nd4j-native' , version : ' 1.0.0-beta7 ' , classifier : " android-arm"
76
+ implementation group : ' org.nd4j' , name : ' nd4j-native' , version : ' 1.0.0-beta7 ' , classifier : " android-arm64"
77
+ implementation group : ' org.nd4j' , name : ' nd4j-native' , version : ' 1.0.0-beta7 ' , classifier : " android-x86"
78
+ implementation group : ' org.nd4j' , name : ' nd4j-native' , version : ' 1.0.0-beta7 ' , classifier : " android-x86_64"
79
79
implementation group : ' org.bytedeco' , name : ' openblas' , version : ' 0.3.5-1.5'
80
80
implementation group : ' org.bytedeco' , name : ' openblas' , version : ' 0.3.5-1.5' , classifier : " android-arm"
81
81
implementation group : ' org.bytedeco' , name : ' openblas' , version : ' 0.3.5-1.5' , classifier : " android-arm64"
0 commit comments