Skip to content

Commit 9b45fb8

Browse files
Merge pull request #13 from Omega-R/develop
Fixed glide module
2 parents 17368d3 + e31a06d commit 9b45fb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

glide/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apply plugin: 'com.android.library'
2-
apply plugin: 'kotlin-android-extensions'
32
apply plugin: 'kotlin-android'
4-
apply plugin: 'kotlin-kapt'
53

4+
apply plugin: 'com.github.dcendents.android-maven'
5+
group = 'com.github.Omega-R'
66
android {
77
compileSdkVersion 28
88

0 commit comments

Comments
 (0)