Skip to content

Commit 3f33e8a

Browse files
committed
Update README
1 parent 581664c commit 3f33e8a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ class AppConfigModule : FrameConfigModule() {
122122
builder.retrofitOptions(object : RetrofitOptions {
123123
override fun applyOptions(builder: Retrofit.Builder) {
124124
// TODO 配置Retrofit
125-
126125
}
127126
})
128127
.okHttpClientOptions(object : OkHttpClientOptions {
@@ -133,13 +132,11 @@ class AppConfigModule : FrameConfigModule() {
133132
.gsonOptions(object : GsonOptions {
134133
override fun applyOptions(builder: GsonBuilder) {
135134
// TODO 配置Gson
136-
137135
}
138136
})
139137
.roomDatabaseOptions(object : RoomDatabaseOptions {
140138
override fun applyOptions(builder: RoomDatabase.Builder<out RoomDatabase>) {
141139
// TODO 配置RoomDatabase
142-
builder.fallbackToDestructiveMigration()
143140
}
144141
})
145142
.configOptions(object : AppliesOptions.ConfigOptions {

0 commit comments

Comments
 (0)