Skip to content

Commit

Permalink
Remove -beta from android version
Browse files Browse the repository at this point in the history
  • Loading branch information
BastiaanOlij committed Jul 15, 2022
1 parent 613bb8f commit 48c3d72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:tools="http://schemas.android.com/tools"
package="org.godotengine.plugin.vr.openxr"
android:versionCode="10300"
android:versionName="1.3.0.beta7">
android:versionName="1.3.0">

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

Expand Down
2 changes: 1 addition & 1 deletion config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ext {
ndkVersion : "21.4.7075529",
javaVersion : JavaVersion.VERSION_1_8,
versionCode : 10300, // Also update 'src/main/AndroidManifest.xml#versionCode' value
versionName : '1.3.0.beta7', // Also update 'src/main/AndroidManifest.xml#versionName' value
versionName : '1.3.0', // Also update 'src/main/AndroidManifest.xml#versionName' value
godotVersion : '3.4.4.stable',
]

Expand Down

0 comments on commit 48c3d72

Please sign in to comment.