Removed unnecessary library

This commit is contained in:
dosse91
2019-08-31 10:19:02 +02:00
parent ff8cf52c26
commit a1b98e9d40
2 changed files with 2 additions and 4 deletions
-1
View File
@@ -26,5 +26,4 @@ android {
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
}
@@ -1,9 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".SettingsActivity">
</android.support.constraint.ConstraintLayout>
</RelativeLayout>