Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

Commit

Permalink
Gradle: apply kotlin extension plugin moved up, OkHttp updated to v3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Murín committed Jul 21, 2017
1 parent 8da16fa commit 06a7f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'

ext {
stRepo = 'maven'
Expand Down Expand Up @@ -82,4 +83,3 @@ dependencies {
apply from: 'maven.gradle'
apply from: 'dokka.gradle'
apply from: 'bintray.gradle'
apply plugin: 'kotlin-android-extensions'

0 comments on commit 06a7f5d

Please sign in to comment.