Skip to content

Commit

Permalink
2.9.1 Update
Browse files Browse the repository at this point in the history
  • Loading branch information
epicstudios856 committed May 13, 2024
1 parent 62a1454 commit 31678cc
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions app/release/output-metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"version": 3,
"artifactType": {
"type": "APK",
"kind": "Directory"
},
"applicationId": "com.vectras.vm",
"variantName": "release",
"elements": [
{
"type": "UNIVERSAL",
"filters": [],
"attributes": [],
"versionCode": 17,
"versionName": "v2.9.1",
"outputFile": "app-universal-release.apk"
},
{
"type": "ONE_OF_MANY",
"filters": [
{
"filterType": "ABI",
"value": "arm64-v8a"
}
],
"attributes": [],
"versionCode": 17,
"versionName": "v2.9.1",
"outputFile": "app-arm64-v8a-release.apk"
},
{
"type": "ONE_OF_MANY",
"filters": [
{
"filterType": "ABI",
"value": "x86_64"
}
],
"attributes": [],
"versionCode": 17,
"versionName": "v2.9.1",
"outputFile": "app-x86_64-release.apk"
}
],
"elementType": "File"
}
Binary file modified app/src/main/assets/roms/bios-vectras.bin
Binary file not shown.
Binary file modified app/src/main/jniLibs/arm64-v8a/libbootstrap.so
Binary file not shown.
Binary file modified app/src/main/jniLibs/armeabi-v7a/libbootstrap.so
Binary file not shown.
Binary file modified app/src/main/jniLibs/x86/libbootstrap.so
Binary file not shown.
Binary file modified app/src/main/jniLibs/x86_64/libbootstrap.so
Binary file not shown.

0 comments on commit 31678cc

Please sign in to comment.