splash screens

This commit is contained in:
Rajshinde046
2024-03-15 19:30:17 +05:30
parent c749f37131
commit be518dbd3c
36 changed files with 1681 additions and 143 deletions

View File

@@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.traderscircuit">
<application
android:label="traderscircuit"
android:label="Trader's Circuit"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher">
<activity

View File

@@ -26,6 +26,6 @@ subprojects {
project.evaluationDependsOn(':app')
}
task clean(type: Delete) {
tasks.register("clean", Delete) {
delete rootProject.buildDir
}