Skip to content

Commit

Permalink
Remove unnecessary attributes from manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisBlock committed Oct 26, 2020
1 parent d9aa854 commit 785decb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 15 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Download

```groovy
dependencies {
implementation 'de.blox:graphview:0.7.0'
implementation 'de.blox:graphview:0.7.1'
}
```
Layouts
Expand Down
2 changes: 1 addition & 1 deletion graphview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ ext {
siteUrl = "https://github.com/Team-Blox/GraphView"
gitUrl = "https://github.com/Team-Blox/GraphView.git"

libraryVersion = '0.7.0'
libraryVersion = '0.7.1'

developerId = 'Team-Blox'
developerName = 'Blox'
Expand Down
12 changes: 2 additions & 10 deletions graphview/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
<manifest package="de.blox.graphview">

package="de.blox.graphview"
>

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

</application>
<application />

</manifest>
3 changes: 0 additions & 3 deletions graphview/src/main/res/values/strings.xml

This file was deleted.

0 comments on commit 785decb

Please sign in to comment.