File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 93
93
</receiver >
94
94
<!-- Location of Accessory service profile should be declared like below. -->
95
95
<meta-data android : name =" AccessoryServicesLocation" android : value =" /res/xml/accessoryservices.xml" />
96
+
97
+ <uses-native-library
98
+ android : name =" libOpenCL.so"
99
+ android : required =" false" />
100
+
101
+ <uses-native-library
102
+ android : name =" libOpenCL-car.so"
103
+ android : required =" false" />
104
+
105
+ <uses-native-library
106
+ android : name =" libOpenCL-pixel.so"
107
+ android : required =" false" />
96
108
</application >
97
109
</manifest >
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ android {
34
34
defaultConfig {
35
35
applicationId " hcm.ssj.creator"
36
36
minSdkVersion 19
37
- targetSdkVersion 33
37
+ targetSdkVersion 29
38
38
multiDexEnabled true
39
39
40
40
versionName getVerName()
You can’t perform that action at this time.
0 commit comments