Skip to content

Commit

Permalink
add group names to lib modules
Browse files Browse the repository at this point in the history
  • Loading branch information
fennifith committed Jun 3, 2019
1 parent df1086a commit bee5032
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
apply plugin: 'com.github.dcendents.android-maven'
group='com.github.DoubleDotLabs.doki'

android {
compileSdkVersion meta.sdk
Expand Down
2 changes: 2 additions & 0 deletions library/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
apply plugin: 'com.github.dcendents.android-maven'
group='com.github.DoubleDotLabs.doki'

This comment has been minimized.

Copy link
@SoheilShakib

SoheilShakib Nov 29, 2022

DokiActivity.start(context);


android {
compileSdkVersion meta.sdk
Expand Down

0 comments on commit bee5032

Please sign in to comment.