∙ It is a "beta" release, feel free to send you feedback on github.com! ∙ Added Save As! (and rename option) ∙ Added Replace All! ∙ The default encoding now is UTF-16 ∙ Removed donations items, if you want to donate please buy the pro version! ∙ Minor bug fixes
17 lines
708 B
XML
17 lines
708 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="com.faizmalkani.floatingactionbutton.test">
|
|
|
|
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="22" />
|
|
|
|
<application>
|
|
<uses-library android:name="android.test.runner" />
|
|
</application>
|
|
|
|
<instrumentation android:name="android.test.InstrumentationTestRunner"
|
|
android:targetPackage="com.faizmalkani.floatingactionbutton.test"
|
|
android:handleProfiling="false"
|
|
android:functionalTest="false"
|
|
android:label="Tests for com.faizmalkani.floatingactionbutton.test"/>
|
|
</manifest>
|