*/}}
Browse Source

android bump

YimingWu 2 months ago
parent
commit
5939182f8f
2 changed files with 6 additions and 2 deletions
  1. 4 0
      android/res/values-zh/strings.xml
  2. 2 2
      android/src/AndroidManifest.xml

+ 4 - 0
android/res/values-zh/strings.xml

@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+    <string name="app_name">好得涂</string>
+</resources>

+ 2 - 2
android/src/AndroidManifest.xml

@@ -3,7 +3,7 @@
   package="com.yiming.ourpaint"
   android:versionCode="1"
   android:versionName="1.0"
-  android:debuggable="true">
+  android:debuggable="false">
 
   <uses-sdk android:minSdkVersion="24"/>
   <uses-feature android:glEsVersion="0x00030002" android:required="true" />
@@ -17,7 +17,7 @@
     android:icon="@drawable/icon"
     android:label="@string/app_name"
     android:hasCode="false"
-    android:debuggable="true">
+    android:debuggable="false">
 
     <!-- Our activity is the built-in NativeActivity framework class. This will take care of integrating with our NDK code. -->
     <activity android:name="android.app.NativeActivity"