Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
Bump to version 3.3.1 (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
m4gr3d authored Jan 27, 2022
1 parent b2eb591 commit 99bdf73
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ ext.versions = [
kotlinVersion : '1.5.20',
ndkVersion : "21.4.7075529",
javaVersion : JavaVersion.VERSION_1_8,
libVersionCode : 30300,
libVersionName : '3.3.0'
libVersionCode : 30301,
libVersionName : '3.3.1'
]
2 changes: 1 addition & 1 deletion plugin/gdovrmobile.gdap
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

name="OVRMobile"
binary_type="local"
binary="gdovrmobile.3.3.0-full-release.aar"
binary="gdovrmobile.3.3.1-full-release.aar"
4 changes: 2 additions & 2 deletions plugin/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="org.godotengine.plugin.vr.oculus.mobile"
android:versionCode="30300"
android:versionName="3.3.0">
android:versionCode="30301"
android:versionName="3.3.1">

<uses-sdk android:minSdkVersion="19"
android:targetSdkVersion="30" />
Expand Down

0 comments on commit 99bdf73

Please sign in to comment.