Updated Files for 0.8.8
This commit is contained in:
parent
f8dbb65b9c
commit
4478230cfb
|
@ -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">
|
||||||
|
|
Binary file not shown.
|
@ -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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 275 B |
|
@ -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" ]
|
||||||
|
}
|
Loading…
Reference in New Issue