Skip to content

Commit 5d3ea09

Browse files
committed
Fix group id
1 parent 3b7509e commit 5d3ea09

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

beckon-rx2/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'com.android.library'
22
apply plugin: 'kotlin-android'
33

4-
group='com.github.technocreatives'
4+
group='com.github.technocreatives.beckon-android'
55

66

77
android {
@@ -51,7 +51,7 @@ configurations {
5151

5252
dependencies {
5353

54-
implementation project(':beckon')
54+
api project(':beckon')
5555

5656
// Android x
5757
api 'androidx.core:core-ktx:1.6.0-beta02'

beckon/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'kotlin-android'
33
apply plugin: 'kotlin-kapt'
44
apply plugin: 'de.mannodermaus.android-junit5'
55

6-
group='com.github.technocreatives'
6+
group='com.github.technocreatives.beckon-android'
77

88
android {
99
compileSdkVersion 30

0 commit comments

Comments
 (0)