We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb7b7ee commit 69bab21Copy full SHA for 69bab21
1 file changed
expandabletextview/src/main/AndroidManifest.xml
@@ -13,14 +13,10 @@
13
See the License for the specific language governing permissions and
14
limitations under the License.
15
-->
16
-<manifest package="at.blogc.expandabletextview"
17
- xmlns:android="http://schemas.android.com/apk/res/android">
+<manifest
+ package="at.blogc.expandabletextview"
18
+ xmlns:android="http://schemas.android.com/apk/res/android">
19
- <application
20
- android:allowBackup="true"
21
- android:label="@string/app_name"
22
- android:supportsRtl="true">
23
-
24
- </application>
+ <application/>
25
26
</manifest>
0 commit comments