Skip to content
This repository was archived by the owner on Sep 4, 2021. It is now read-only.

Commit e2e2172

Browse files
committed
fix build script warning.
1 parent bb4c436 commit e2e2172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apply plugin: 'com.android.application'
2-
apply plugin: 'kotlin-android-extensions'
32
apply plugin: 'kotlin-android'
3+
apply plugin: 'kotlin-android-extensions'
44
apply plugin: 'org.greenrobot.greendao'
55

66
def buildVersion = 329

0 commit comments

Comments
 (0)