Don't set debuggable. If you really need to modify it, do it locally, don't commit that.

このコミットが含まれているのは:
Bradlee Speice
2014-12-05 23:13:07 -05:00
コミット 7380078942
2個のファイルの変更0行の追加5行の削除

ファイルの表示

@ -32,10 +32,6 @@ android {
sourceSets {
main.java.srcDirs += 'src/main/kotlin'
}
// TODO: Fix up lint - remove the hard-coded android:debuggable
lintOptions {
abortOnError false
}
}
dependencies {

ファイルの表示

@ -8,7 +8,6 @@
<application
android:name=".MinimalBible"
android:allowBackup="true"
android:debuggable="false"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme">