Skip to content

Commit

Permalink
Remove unnecessary application attributes from library manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
veghtomi committed Aug 14, 2017
1 parent eda7bb8 commit d279ee8
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions shimmer/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,8 @@ See the License for the specific language governing permissions and
limitations under the License.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.cooltechworks.views.shimmer">
<manifest package="com.cooltechworks.views.shimmer">

<application
android:allowBackup="true"
android:label="@string/app_name"
android:supportsRtl="true"
>


</application>
<application/>

</manifest>

0 comments on commit d279ee8

Please sign in to comment.