JingYeoh / VercodeEditText

:fire:An Android vercode EditText.(一个安卓验证码输入控件.仿[探探验证码输入控件])
472 stars 73 forks source link

Remove application label from library module #1

Closed mseroczynski closed 7 years ago

mseroczynski commented 7 years ago

> Manifest merger failed : Attribute application@label value=(@string/label_application) from AndroidManifest.xml:16:7-48
    is also present at [com.justkiddingbaby:vercodeedittext:1.0.3] AndroidManifest.xml:11:18-50 value=(@string/app_name).
    Suggestion: add 'tools:replace="android:label"' to <application> element at AndroidManifest.xml:11:3-14:17 to override.```
JingYeoh commented 7 years ago

@mseroczynski please add tools:replace="android:label" to element at AndroidManifest.xml

mseroczynski commented 7 years ago

The problem is in your library project so please fix it in your library project.

Rainer-Lang commented 7 years ago

Make a PR. :relaxed:

JingYeoh commented 7 years ago

@mseroczynski the problem has been fixed,please use v1.0.4