Skip to content

Commit 1100310

Browse files
committed
Reverted to SDK 29 because of sensor dependency (Bitalino)
1 parent 622c573 commit 1100310

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

libssj/src/main/AndroidManifest.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,17 @@
9393
</receiver>
9494
<!-- Location of Accessory service profile should be declared like below. -->
9595
<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" />
96108
</application>
97109
</manifest>

ssjcreator/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ android {
3434
defaultConfig {
3535
applicationId "hcm.ssj.creator"
3636
minSdkVersion 19
37-
targetSdkVersion 33
37+
targetSdkVersion 29
3838
multiDexEnabled true
3939

4040
versionName getVerName()

0 commit comments

Comments
 (0)