Skip to content

Commit

Permalink
Merge pull request #191 from Ybalrid/master
Browse files Browse the repository at this point in the history
Permit to build APK compatible with Pico 4 XR headset
  • Loading branch information
SaschaWillems committed Feb 5, 2024
2 parents d15d317 + 66c0a07 commit 0676dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ android {

defaultConfig {
resConfig "en"
minSdkVersion = "31"
minSdkVersion = "29"
targetSdkVersion = "33"
}
}

0 comments on commit 0676dd2

Please sign in to comment.