Skip to content

Commit

Permalink
update module name
Browse files Browse the repository at this point in the history
  • Loading branch information
2dxgujun committed Jan 2, 2018
1 parent a0a39ba commit 55b8dcc
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ android {
dependencies {
implementation 'com.android.support:appcompat-v7:27.0.2'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation project(':lib')
implementation project(':span')
}

2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include ':sample', ':lib'
include ':sample', ':span'
File renamed without changes.
4 changes: 2 additions & 2 deletions lib/build.gradle → span/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
}

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'com.android.support:support-annotations:27.0.2'
api "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
api 'com.android.support:support-annotations:27.0.2'
}

def GROUP = 'me.gujun.android'
Expand Down
File renamed without changes.

0 comments on commit 55b8dcc

Please sign in to comment.