Skip to content

Commit

Permalink
optimize file structure
Browse files Browse the repository at this point in the history
  • Loading branch information
REBOOTERS committed Sep 26, 2023
1 parent 50d12e4 commit 59bd785
Show file tree
Hide file tree
Showing 552 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,8 @@ dependencies {
if (!imitate_isApp.toBoolean()) {
implementation project(':imitate')
}
implementation project(path: ':dataview')
implementation project(path: ':skeleton')
implementation project(path: ':subs:dataview')
implementation project(path: ':subs:skeleton')

implementation 'com.alibaba:fastjson:2.0.19.graal'

Expand Down
6 changes: 3 additions & 3 deletions imitate/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ dependencies {
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.lifecycle:lifecycle-process:2.6.1'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1'
implementation project(path: ':cpp_native')
implementation project(path: ':subs:cpp_native')


testImplementation 'junit:junit:4.13.2'
Expand Down Expand Up @@ -181,8 +181,8 @@ dependencies {
// robolectric

implementation group: 'commons-io', name: 'commons-io', version: '20030203.000550'
implementation project(path: ':game')
implementation project(path: ':gif-revert')
implementation project(path: ':subs:game')
implementation project(path: ':subs:gif-revert')

implementation 'com.jaredrummler:simple-mvp:1.0.2'

Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include ':app', ':imitate', ':skeleton', ':dataview', ':gif-revert', ':game', ':cpp_native'
include ':app', ':imitate', ':subs:skeleton', ':subs:dataview', ':subs:gif-revert', ':subs:game', ':subs:cpp_native'
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit 59bd785

Please sign in to comment.