@@ -88,14 +88,15 @@ dependencies {
88
88
implementation project(' :dkplayer-java' )
89
89
implementation project(' :dkplayer-ui' )
90
90
implementation project(' :dkplayer-armv7a' )
91
- // implementation project(':dkplayer-arm64')
92
- // implementation project(':dkplayer-armv5')
91
+ implementation project(' :dkplayer-arm64' )
92
+ implementation project(' :dkplayer-armv5' )
93
93
implementation project(' :dkplayer-x86' )
94
- // implementation project(':dkplayer-x86_64')
95
- // implementation 'com.github.dueeeke.dkplayer:dkplayer-java:2.4.0'
96
- // implementation 'com.github.dueeeke.dkplayer:dkplayer-armv7a:2.4.0'
97
- // implementation 'com.github.dueeeke.dkplayer:dkplayer-armv5:2.3'
98
- // implementation 'com.github.dueeeke.dkplayer:dkplayer-arm64:2.3'
99
- // implementation 'com.github.dueeeke.dkplayer:dkplayer-x86:2.3'
100
- // implementation 'com.github.dueeeke.dkplayer:dkplayer-x86_64:2.3'
94
+ implementation project(' :dkplayer-x86_64' )
95
+ // implementation 'com.github.dueeeke.dkplayer:dkplayer-java:2.5.0'
96
+ // implementation 'com.github.dueeeke.dkplayer:dkplayer-armv7a:2.5.0'
97
+ // implementation 'com.github.dueeeke.dkplayer:dkplayer-armv5:2.5.0'
98
+ // implementation 'com.github.dueeeke.dkplayer:dkplayer-arm64:2.5.0'
99
+ // implementation 'com.github.dueeeke.dkplayer:dkplayer-x86:2.5.0'
100
+ // implementation 'com.github.dueeeke.dkplayer:dkplayer-x86_64:2.5.0'
101
+ // implementation 'com.github.dueeeke.dkplayer:dkplayer-ui:2.5.0'
101
102
}
0 commit comments