Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
lvonasek committed Aug 16, 2023
1 parent 6ee5f8b commit c349f39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.lvonasek.preyvr"
android:versionCode="93"
android:versionName="0.9.3"
android:versionCode="100"
android:versionName="1.0.0"
android:installLocation="auto">


Expand Down
4 changes: 2 additions & 2 deletions launcher/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "com.lvonasek.preyvrlauncher"
minSdk 26
targetSdk 26
versionCode 80
versionName "0.8.0"
versionCode 100
versionName "1.0.0"
}

buildTypes {
Expand Down

0 comments on commit c349f39

Please sign in to comment.