Skip to content

Commit 11b55ad

Browse files
committed
rename modules
1 parent aae5b9a commit 11b55ad

File tree

17 files changed

+3
-4
lines changed

17 files changed

+3
-4
lines changed
File renamed without changes.

cornersheet/build.gradle core/build.gradle

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ apply plugin: 'kotlin-android-extensions'
44

55
android {
66
compileSdkVersion 29
7+
buildToolsVersion '29.0.2'
78

89
defaultConfig {
910

@@ -22,8 +23,6 @@ android {
2223
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
2324
}
2425
}
25-
buildToolsVersion '29.0.2'
26-
2726
}
2827

2928
dependencies {
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

cornerdrawer/build.gradle drawer/build.gradle

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

2929
dependencies {
3030
implementation fileTree(dir: 'libs', include: ['*.jar'])
31-
api project(':cornersheet')
31+
api project(':core')
3232
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
3333
implementation 'com.google.android.material:material:1.1.0'
3434
implementation 'androidx.core:core-ktx:1.1.0'
File renamed without changes.
File renamed without changes.

settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include ':app', ':cornerdrawer', ':cornersheet'
1+
include ':app', ':drawer', ':core'

0 commit comments

Comments
 (0)