Sync fairygui-tests settings for android

This commit is contained in:
halx99 2020-08-05 13:32:14 +08:00
parent 428ff263b3
commit f6c3442537
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
{
"engine_version": "cocos2d-x-3.16",
"engine_version": "cocos2d-x-4.0",
"project_type": "cpp"
}

View File

@ -1,3 +1,3 @@
<resources>
<string name="app_name">CppEmptyTest</string>
<string name="app_name">FairyGUITests</string>
</resources>

View File

@ -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;