File tree Expand file tree Collapse file tree 6 files changed +19
-16
lines changed Expand file tree Collapse file tree 6 files changed +19
-16
lines changed Original file line number Diff line number Diff line change 2
2
3
3
name="OpenXR"
4
4
binary_type="local"
5
- binary="godotopenxr.1.3 .0-full-release.aar"
5
+ binary="godotopenxr.1.4 .0-full-release.aar"
Original file line number Diff line number Diff line change 2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
3
xmlns : tools =" http://schemas.android.com/tools"
4
4
package =" org.godotengine.plugin.vr.openxr"
5
- android : versionCode =" 10300 "
6
- android : versionName =" 1.3.0 " >
5
+ android : versionCode =" 10400 "
6
+ android : versionName =" 1.4.0-dev1 " >
7
7
8
- <uses-sdk android : minSdkVersion =" 19" android : targetSdkVersion =" 30 " />
8
+ <uses-sdk android : minSdkVersion =" 19" android : targetSdkVersion =" 32 " />
9
9
10
10
<uses-feature
11
11
android : name =" android.hardware.vr.headtracking"
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ android {
33
33
targetCompatibility versions. javaVersion
34
34
}
35
35
kotlinOptions {
36
- jvmTarget = ' 1.8 '
36
+ jvmTarget = versions . javaVersion
37
37
}
38
38
39
39
flavorDimensions " xrMode"
Original file line number Diff line number Diff line change 38
38
android : launchMode =" singleTask"
39
39
android : resizeableActivity =" false"
40
40
android : screenOrientation =" landscape"
41
- android : theme =" @android:style/Theme.Black.NoTitleBar.Fullscreen" >
41
+ android : theme =" @android:style/Theme.Black.NoTitleBar.Fullscreen"
42
+ android : exported =" true" >
42
43
<!-- Enables Oculus mobile overlays. -->
43
44
<meta-data android : name =" com.oculus.vr.focusaware" android : value =" true" />
44
45
51
52
52
53
</application >
53
54
54
- </manifest >
55
+ </manifest >
Original file line number Diff line number Diff line change 1
1
ext {
2
2
versions = [
3
3
gradlePluginVersion : ' 7.0.3' ,
4
- compileSdk : 30 ,
4
+ compileSdk : 32 ,
5
5
minSdk : 19 , // Also update 'android/src/main/AndroidManifest.xml#minSdkVersion' value
6
- targetSdk : 30 , // Also update 'android/src/main/AndroidManifest.xml#targetSdkVersion' value
7
- buildTools : ' 30 .0.3 ' ,
8
- kotlinVersion : ' 1.6.10 ' ,
9
- ndkVersion : " 21.4.7075529 " ,
10
- javaVersion : JavaVersion . VERSION_1_8 ,
11
- versionCode : 10300 , // Also update 'src/main/AndroidManifest.xml#versionCode' value
12
- versionName : ' 1.3.0 ' , // Also update 'src/main/AndroidManifest.xml#versionName' value
13
- godotVersion : ' 3.4.4 .stable' ,
6
+ targetSdk : 32 , // Also update 'android/src/main/AndroidManifest.xml#targetSdkVersion' value
7
+ buildTools : ' 32 .0.0 ' ,
8
+ kotlinVersion : ' 1.6.21 ' ,
9
+ ndkVersion : " 23.2.8568313 " ,
10
+ javaVersion : JavaVersion . VERSION_11 ,
11
+ versionCode : 10400 , // Also update 'src/main/AndroidManifest.xml#versionCode' value
12
+ versionName : ' 1.4.0-dev1 ' , // Also update 'src/main/AndroidManifest.xml#versionName' value
13
+ godotVersion : ' 3.5.1 .stable' ,
14
14
]
15
15
16
16
PUBLISH_ARTIFACT_ID = ' godot-openxr'
Original file line number Diff line number Diff line change
1
+ * .import
2
+
1
3
# ignore our import cache folder
2
4
.import
3
5
You can’t perform that action at this time.
0 commit comments