mirror of https://github.com/axmolengine/axmol.git
Sync fairygui-tests settings for android
This commit is contained in:
parent
428ff263b3
commit
f6c3442537
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"engine_version": "cocos2d-x-3.16",
|
||||
"engine_version": "cocos2d-x-4.0",
|
||||
"project_type": "cpp"
|
||||
}
|
|
@ -1,3 +1,3 @@
|
|||
<resources>
|
||||
<string name="app_name">CppEmptyTest</string>
|
||||
<string name="app_name">FairyGUITests</string>
|
||||
</resources>
|
||||
|
|
|
@ -22,7 +22,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
THE SOFTWARE.
|
||||
****************************************************************************/
|
||||
package org.cocos2dx.cpp_empty_test;
|
||||
package org.cocos2dx.fairygui_tests;
|
||||
|
||||
import android.os.Bundle;
|
||||
|
Loading…
Reference in New Issue