Skip to content

Commit 7f4004e

Browse files
committed
Fix gradle
1 parent 5ec788c commit 7f4004e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Crash/build.gradle

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
plugins {
2-
id 'com.android.library'
3-
id 'kotlin-android'
4-
id 'com.github.dcendents.android-maven'
5-
}
1+
apply plugin: 'com.android.library'
2+
apply plugin: 'kotlin-android'
3+
apply plugin: 'com.github.dcendents.android-maven'
4+
65
group = 'com.github.Omega-R.OmegaBase'
76

87

0 commit comments

Comments
 (0)