Skip to content

Commit 0d8b7bb

Browse files
committed
IDE-298 Remove build config and comment w.r.t Catblocks
1 parent eb4d84e commit 0d8b7bb

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

catroid/build.gradle

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,6 @@ android {
157157
buildConfigField "boolean", "FEATURE_USER_REPORTERS_ENABLED", "true"
158158
buildConfigField "boolean", "FEATURE_MULTIPLAYER_VARIABLES_ENABLED", "true"
159159
buildConfigField "boolean", "FEATURE_TESTBRICK_ENABLED", "true"
160-
buildConfigField "boolean", "FEATURE_CATBLOCKS_ENABLED", "true"
161-
buildConfigField "boolean", "FEATURE_CATBLOCKS_DEBUGABLE", "false"
162160
buildConfigField "boolean", "FEATURE_AI_ASSIST_ENABLED", "false"
163161
resValue "string", "FEATURE_EMBROIDERY_PREFERENCES_ENABLED", "false"
164162
resValue "string", "FEATURE_PHIRO_PREFERENCES_ENABLED", "false"
@@ -220,8 +218,6 @@ android {
220218
debug {
221219
buildConfigField "boolean", "USE_ANDROID_LOCALES_FOR_SCREENSHOTS", useAndroidLocales()
222220
resValue "string", "DEBUG_MODE", "true"
223-
buildConfigField "boolean", "FEATURE_CATBLOCKS_ENABLED", "true"
224-
buildConfigField "boolean", "FEATURE_CATBLOCKS_DEBUGABLE", "true"
225221
buildConfigField "boolean", "FEATURE_AI_ASSIST_ENABLED", "false"
226222
signingConfig signingConfigs.debug
227223
enableAndroidTestCoverage = true
@@ -431,7 +427,7 @@ dependencies {
431427
exclude group: 'xmlpull'
432428
}
433429

434-
// Catblocks
430+
// WebView
435431
implementation "androidx.webkit:webkit:1.2.0"
436432

437433
// Pocket Music

0 commit comments

Comments
 (0)