Explorar o código

Sample fixes.

Aidan Follestad %!s(int64=10) %!d(string=hai) anos
pai
achega
1f3419ad6b
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      sample/src/main/AndroidManifest.xml

+ 1 - 2
sample/src/main/AndroidManifest.xml

@@ -2,8 +2,7 @@
     package="com.afollestad.materialdialogssample">
 
     <application android:allowBackup="true" android:label="@string/app_name"
-        android:icon="@drawable/ic_launcher" android:theme="@style/AppTheme"
-        android:debuggable="true">
+        android:icon="@drawable/ic_launcher" android:theme="@style/AppTheme">
 
         <activity
             android:name=".MainActivity"