Updated Files for 0.8.8

This commit is contained in:
Chris 2019-07-20 18:27:07 -04:00
parent f8dbb65b9c
commit 4478230cfb
8 changed files with 13 additions and 3 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project version="4"> <project version="4">
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" project-jdk-name="1.8" project-jdk-type="JavaSDK"> <component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/build/classes" /> <output url="file://$PROJECT_DIR$/build/classes" />
</component> </component>
<component name="ProjectType"> <component name="ProjectType">

View File

@ -45,9 +45,9 @@ This file contains advanced configuration for SMAPI. You generally shouldn't cha
//"UseBetaChannel": true, //"UseBetaChannel": true,
/** /**
* SMAPI's GitHub project name, used to perform update checks. * Android SMAPI's GitHub project name, used to perform update checks.
*/ */
"GitHubProjectName": "Pathoschild/SMAPI", "GitHubProjectName": "MartyrPher/SMAPI-Android-Installer",
/** /**
* The base URL for SMAPI's web API, used to perform update checks. * The base URL for SMAPI's web API, used to perform update checks.

Binary file not shown.

After

Width:  |  Height:  |  Size: 275 B

View File

@ -0,0 +1,10 @@
{
"Name": "VirtualKeyboard",
"Author": "MartyrPher",
"Version": "0.9.5",
"MinimumApiVersion": "2.10.1",
"Description": "A much needed Virtual Keyboard for SMAPI Android.",
"UniqueID": "VirtualKeyboard",
"EntryDll": "VirtualKeyboard.dll",
"UpdateKeys": [ "Nexus: null" ]
}