Skip to content

Commit 057d400

Browse files
authored
Merge pull request #2 from wada811/release/3.0.1
Change plugin of test module from com.android.library to com.android.application
2 parents be4a6aa + b9252ec commit 057d400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
apply plugin: 'com.android.library'
1+
apply plugin: 'com.android.application'
22
apply plugin: 'kotlin-android'
33

44
android {

0 commit comments

Comments
 (0)