Skip to content

Commit b6bcc38

Browse files
committed
move to module name
1 parent ada1efc commit b6bcc38

File tree

10 files changed

+2
-2
lines changed

10 files changed

+2
-2
lines changed

example/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ android {
2828

2929
dependencies {
3030
compile fileTree(dir: 'libs', include: ['*.jar'])
31-
compile project(':app')
31+
compile project(':widget-helper')
3232
compile 'com.android.support:appcompat-v7:27.0.2'
3333
}

settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include ':app', ':example'
1+
include ':widget-helper', ':example'
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)