Skip to content

Commit

Permalink
Removed application from manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
nono3551 committed Jun 17, 2020
1 parent 57cc5bd commit ca3b071
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android {
minSdkVersion 23
targetSdkVersion 29
versionCode 1
versionName "1.0.0"
versionName "1.0.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
11 changes: 1 addition & 10 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="sk.backbone.android">

<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme" />

package="sk.backbone.android.shared">
</manifest>

0 comments on commit ca3b071

Please sign in to comment.