@@ -66,45 +66,44 @@ android {
6666 implementation ' com.android.support:design:27.1.0'
6767
6868
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' ) {
7070 exclude group : ' org.bytedeco' , module : ' opencv-platform'
7171 exclude group : ' org.bytedeco' , module : ' leptonica-platform'
7272 exclude group : ' org.bytedeco' , module : ' hdf5-platform'
7373 exclude group : ' org.nd4j' , module : ' nd4j-base64'
7474 }
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"
9595
9696 implementation ' com.google.code.gson:gson:2.8.2'
9797 annotationProcessor ' org.projectlombok:lombok:1.16.16'
9898
99- implementation ' com.google.code.findbugs:annotations:3.0.1' , {
100- exclude module : ' jsr305'
101- exclude module : ' jcip-annotations'
102- }
10399
104100 // This corrects for a junit version conflict.
105101 configurations. all {
106102 resolutionStrategy. force ' junit:junit:4.12'
107-
103+ }
104+ compileOptions {
105+ sourceCompatibility JavaVersion . VERSION_1_8
106+ targetCompatibility JavaVersion . VERSION_1_8
108107 }
109108
110109 }}
0 commit comments