build.gradle update
added missing newline
This commit is contained in:
@ -32,10 +32,10 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile fileTree(include: ['*.jar'], dir: 'libs')
|
||||
compile 'com.android.support:appcompat-v7:25.2.0'
|
||||
compile 'com.android.support.constraint:constraint-layout:1.0.1'
|
||||
compile "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"
|
||||
implementation fileTree(include: ['*.jar'], dir: 'libs')
|
||||
implementation 'com.android.support:appcompat-v7:25.2.0'
|
||||
implementation 'com.android.support.constraint:constraint-layout:1.0.1'
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"
|
||||
}
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
||||
@ -26,4 +26,4 @@ class HistoryListAdapter(private val cxt: Context, private val rows: ArrayList<H
|
||||
return rowView
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user