External library not properly setup with the project

This commit is contained in:
amazing-username
2019-07-24 21:40:38 -04:00
parent 4c20a9c319
commit 6b68afad9b
69 changed files with 655 additions and 191 deletions
+14 -32
View File
File diff suppressed because one or more lines are too long
+6
View File
@@ -4,6 +4,12 @@ apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
allprojects {
repositories {
maven { url "https://jitpack.io" }
}
}
android {
compileSdkVersion 28
defaultConfig {
+1 -2
View File
@@ -24,8 +24,7 @@
<ImageView
android:id="@+id/imageView"
android:layout_width="match_parent"
android:layout_height="200dp"
app:srcCompat="@mipmap/vertical" />
android:layout_height="200dp" />
<TextView
android:id="@+id/textView2"