Skip to content

Commit bf66948

Browse files
committed
modules separation done
1 parent 5df4486 commit bf66948

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.idea/modules.xml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

impl/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'com.android.library'
22
apply plugin: 'com.github.dcendents.android-maven'
33

4-
group = 'com.github.Zuluft.SafeFragmentTransaction'
4+
group = 'com.github.Zuluft.SafeFragmentTransaction.impl'
55

66
android {
77
compileSdkVersion 27

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'com.android.library'
22
apply plugin: 'com.github.dcendents.android-maven'
33

4-
group = 'com.github.Zuluft.SafeFragmentTransaction'
4+
group = 'com.github.Zuluft.SafeFragmentTransaction.lib'
55

66
android {
77
compileSdkVersion 27

0 commit comments

Comments
 (0)