Skip to content

Commit e1d5246

Browse files
author
WinWang
committed
修改项目分包名称
1 parent 8ccc9ca commit e1d5246

File tree

24 files changed

+13
-31
lines changed

24 files changed

+13
-31
lines changed

.idea/compiler.xml

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

.idea/deploymentTargetDropDown.xml

Lines changed: 0 additions & 17 deletions
This file was deleted.

.idea/gradle.xml

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

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ dependencies {
6161
testImplementation 'junit:junit:4.13.2'
6262

6363
implementation project(path: ':mylibrary')
64-
implementation project(path: ':api')
65-
kapt project(path: ':processor')
64+
implementation project(path: ':applifecycle-api')
65+
kapt project(path: ':applifecycle-processor')
6666

6767

6868
}
File renamed without changes.
File renamed without changes.
File renamed without changes.

api/build.gradle renamed to applifecycle-api/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ dependencies {
3737
testImplementation 'junit:junit:4.13.2'
3838
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
3939
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
40-
api project(path: ':annotation')
40+
api project(path: ':applifecycle-annotation')
4141
}
File renamed without changes.

0 commit comments

Comments
 (0)