@@ -66,45 +66,44 @@ android {
66
66
implementation ' com.android.support:design:27.1.0'
67
67
68
68
69
- compile (group : ' org.deeplearning4j' , name : ' deeplearning4j-core' , version : ' 1.0.0-beta5' ) {
69
+ implementation (group : ' org.deeplearning4j' , name : ' deeplearning4j-core' , version : ' 1.0.0-beta5' ) {
70
70
exclude group : ' org.bytedeco' , module : ' opencv-platform'
71
71
exclude group : ' org.bytedeco' , module : ' leptonica-platform'
72
72
exclude group : ' org.bytedeco' , module : ' hdf5-platform'
73
73
exclude group : ' org.nd4j' , module : ' nd4j-base64'
74
74
}
75
- compile group : ' org.nd4j' , name : ' nd4j-native' , version : ' 1.0.0-beta5'
76
- compile group : ' org.nd4j' , name : ' nd4j-native' , version : ' 1.0.0-beta5' , classifier : " android-arm"
77
- compile group : ' org.nd4j' , name : ' nd4j-native' , version : ' 1.0.0-beta5' , classifier : " android-arm64"
78
- compile group : ' org.nd4j' , name : ' nd4j-native' , version : ' 1.0.0-beta5' , classifier : " android-x86"
79
- compile group : ' org.nd4j' , name : ' nd4j-native' , version : ' 1.0.0-beta5' , classifier : " android-x86_64"
80
- compile group : ' org.bytedeco' , name : ' openblas' , version : ' 0.3.5-1.5'
81
- compile group : ' org.bytedeco' , name : ' openblas' , version : ' 0.3.5-1.5' , classifier : " android-arm"
82
- compile group : ' org.bytedeco' , name : ' openblas' , version : ' 0.3.5-1.5' , classifier : " android-arm64"
83
- compile group : ' org.bytedeco' , name : ' openblas' , version : ' 0.3.5-1.5' , classifier : " android-x86"
84
- compile group : ' org.bytedeco' , name : ' openblas' , version : ' 0.3.5-1.5' , classifier : " android-x86_64"
85
- compile group : ' org.bytedeco' , name : ' opencv' , version : ' 4.0.1-1.5'
86
- compile group : ' org.bytedeco' , name : ' opencv' , version : ' 4.0.1-1.5' , classifier : " android-arm"
87
- compile group : ' org.bytedeco' , name : ' opencv' , version : ' 4.0.1-1.5' , classifier : " android-arm64"
88
- compile group : ' org.bytedeco' , name : ' opencv' , version : ' 4.0.1-1.5' , classifier : " android-x86"
89
- compile group : ' org.bytedeco' , name : ' opencv' , version : ' 4.0.1-1.5' , classifier : " android-x86_64"
90
- compile group : ' org.bytedeco' , name : ' leptonica' , version : ' 1.78.0-1.5'
91
- compile group : ' org.bytedeco' , name : ' leptonica' , version : ' 1.78.0-1.5' , classifier : " android-arm"
92
- compile group : ' org.bytedeco' , name : ' leptonica' , version : ' 1.78.0-1.5' , classifier : " android-arm64"
93
- compile group : ' org.bytedeco' , name : ' leptonica' , version : ' 1.78.0-1.5' , classifier : " android-x86"
94
- compile group : ' org.bytedeco' , name : ' leptonica' , version : ' 1.78.0-1.5' , classifier : " android-x86_64"
75
+ implementation group : ' org.nd4j' , name : ' nd4j-native' , version : ' 1.0.0-beta5'
76
+ implementation group : ' org.nd4j' , name : ' nd4j-native' , version : ' 1.0.0-beta5' , classifier : " android-arm"
77
+ implementation group : ' org.nd4j' , name : ' nd4j-native' , version : ' 1.0.0-beta5' , classifier : " android-arm64"
78
+ implementation group : ' org.nd4j' , name : ' nd4j-native' , version : ' 1.0.0-beta5' , classifier : " android-x86"
79
+ implementation group : ' org.nd4j' , name : ' nd4j-native' , version : ' 1.0.0-beta5' , classifier : " android-x86_64"
80
+ implementation group : ' org.bytedeco' , name : ' openblas' , version : ' 0.3.5-1.5'
81
+ implementation group : ' org.bytedeco' , name : ' openblas' , version : ' 0.3.5-1.5' , classifier : " android-arm"
82
+ implementation group : ' org.bytedeco' , name : ' openblas' , version : ' 0.3.5-1.5' , classifier : " android-arm64"
83
+ implementation group : ' org.bytedeco' , name : ' openblas' , version : ' 0.3.5-1.5' , classifier : " android-x86"
84
+ implementation group : ' org.bytedeco' , name : ' openblas' , version : ' 0.3.5-1.5' , classifier : " android-x86_64"
85
+ implementation group : ' org.bytedeco' , name : ' opencv' , version : ' 4.0.1-1.5'
86
+ implementation group : ' org.bytedeco' , name : ' opencv' , version : ' 4.0.1-1.5' , classifier : " android-arm"
87
+ implementation group : ' org.bytedeco' , name : ' opencv' , version : ' 4.0.1-1.5' , classifier : " android-arm64"
88
+ implementation group : ' org.bytedeco' , name : ' opencv' , version : ' 4.0.1-1.5' , classifier : " android-x86"
89
+ implementation group : ' org.bytedeco' , name : ' opencv' , version : ' 4.0.1-1.5' , classifier : " android-x86_64"
90
+ implementation group : ' org.bytedeco' , name : ' leptonica' , version : ' 1.78.0-1.5'
91
+ implementation group : ' org.bytedeco' , name : ' leptonica' , version : ' 1.78.0-1.5' , classifier : " android-arm"
92
+ implementation group : ' org.bytedeco' , name : ' leptonica' , version : ' 1.78.0-1.5' , classifier : " android-arm64"
93
+ implementation group : ' org.bytedeco' , name : ' leptonica' , version : ' 1.78.0-1.5' , classifier : " android-x86"
94
+ implementation group : ' org.bytedeco' , name : ' leptonica' , version : ' 1.78.0-1.5' , classifier : " android-x86_64"
95
95
96
96
implementation ' com.google.code.gson:gson:2.8.2'
97
97
annotationProcessor ' org.projectlombok:lombok:1.16.16'
98
98
99
- implementation ' com.google.code.findbugs:annotations:3.0.1' , {
100
- exclude module : ' jsr305'
101
- exclude module : ' jcip-annotations'
102
- }
103
99
104
100
// This corrects for a junit version conflict.
105
101
configurations. all {
106
102
resolutionStrategy. force ' junit:junit:4.12'
107
-
103
+ }
104
+ compileOptions {
105
+ sourceCompatibility JavaVersion . VERSION_1_8
106
+ targetCompatibility JavaVersion . VERSION_1_8
108
107
}
109
108
110
109
}}
0 commit comments