We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cf774d commit 7773e58Copy full SHA for 7773e58
Crash/build.gradle
@@ -1,7 +1,10 @@
1
plugins {
2
id 'com.android.library'
3
id 'kotlin-android'
4
+ id 'com.github.dcendents.android-maven'
5
}
6
+group = 'com.github.Omega-R.OmegaBase'
7
+
8
9
android {
10
compileSdkVersion 30
0 commit comments