-
Notifications
You must be signed in to change notification settings - Fork 14
Development #324
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: development_inapp
Are you sure you want to change the base?
Development #324
Conversation
…the rebuild thing.
getting one from typing manifest.
|
…cky/dev_ayushi_FFG_arduinoblockly # Conflicts: # app/build.gradle.kts # app/src/main/AndroidManifest.xml # app/src/main/java/org/merakilearn/datasource/PlaygroundRepo.kt # app/src/main/java/org/merakilearn/datasource/model/PlaygroundItemModel.kt # app/src/main/res/values/colors.xml # settings.gradle.kts
…FFG_arduinoblockly Arduino playground
@@ -135,7 +144,27 @@ | |||
android:parentActivityName=".MainActivity" | |||
android:screenOrientation="landscape"> | |||
</activity> | |||
|
|||
<activity |
Check warning
Code scanning / SonarCloud
Exported component access should be restricted with appropriate permissions
android:parentActivityName=".ui.ArduinoBlocklyActivity" | ||
android:screenOrientation="landscape"> | ||
</activity> | ||
<activity |
Check warning
Code scanning / SonarCloud
Exported component access should be restricted with appropriate permissions
|
@@ -135,7 +144,27 @@ | |||
android:parentActivityName=".MainActivity" | |||
android:screenOrientation="landscape"> | |||
</activity> | |||
|
|||
<activity |
Check warning
Code scanning / SonarCloud
Exported component access should be restricted with appropriate permissions Medium
android:parentActivityName=".ui.ArduinoBlocklyActivity" | ||
android:screenOrientation="landscape"> | ||
</activity> | ||
<activity |
Check warning
Code scanning / SonarCloud
Exported component access should be restricted with appropriate permissions Medium
No description provided.