We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b7509e commit 5d3ea09Copy full SHA for 5d3ea09
beckon-rx2/build.gradle
@@ -1,7 +1,7 @@
1
apply plugin: 'com.android.library'
2
apply plugin: 'kotlin-android'
3
4
-group='com.github.technocreatives'
+group='com.github.technocreatives.beckon-android'
5
6
7
android {
@@ -51,7 +51,7 @@ configurations {
51
52
dependencies {
53
54
- implementation project(':beckon')
+ api project(':beckon')
55
56
// Android x
57
api 'androidx.core:core-ktx:1.6.0-beta02'
beckon/build.gradle
@@ -3,7 +3,7 @@ apply plugin: 'kotlin-android'
apply plugin: 'kotlin-kapt'
apply plugin: 'de.mannodermaus.android-junit5'
8
9
compileSdkVersion 30
0 commit comments