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