Skip to content

Commit

Permalink
Fix package name (again\! sorry) and update lovr for 0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mcclure committed Oct 15, 2019
1 parent 62bf822 commit 9c0dd9c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions LovrApp/Projects/Android/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- This will be merged with either AndroidManifest-Debug or AndroidManifest-Release, as appropriate -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.lovr.test"
android:versionCode="7"
android:versionName="1.0.7" android:installLocation="auto" >
package="org.lovr.appsample"
android:versionCode="3"
android:versionName="1.0.3" android:installLocation="auto" >

<uses-sdk android:minSdkVersion="23" android:targetSdkVersion="26" />
<!-- Tell the system this app requires OpenGL ES 3.1. -->
Expand Down
2 changes: 1 addition & 1 deletion LovrApp/Projects/Android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
// -debug.apk or -release.apk appended to it.
// The filename doesn't effect the Android installation process.
// Use only letters to remain compatible with the package name.
project.archivesBaseName = "test"
project.archivesBaseName = "appsample"

defaultConfig {
// Gradle replaces the manifest package with this value, which must
Expand Down

0 comments on commit 9c0dd9c

Please sign in to comment.