-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstuctions
More file actions
34 lines (24 loc) · 1.23 KB
/
instuctions
File metadata and controls
34 lines (24 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
./gradlew koverHtmlReportJvm koverXmlReportJvm
./gradlew lintFossReliantDebug;
./gradlew updateFossReliantReleaseBadging;
./gradlew dependencyGuardBaseline;
./gradlew updateFossReliantDebugScreenshotTest;
./gradlew setVersionFromTag -PnewVersionName=1.2.18
./gradlew generateFossReliantReleaseBaselineProfile
./gradlew wasmJsBrowserDevelopmentRun -t
./gradlew wasmJsBrowserDistribution
export TOKEN="your_actual_token"
conveyor make rendered-icons --overwrite
conveyor make site
./gradlew app:jvmRunHot -PmainClass=com.mshdabiola.kmtemplate.MainAppKt
./gradlew app:jvmRun -PmainClass=com.mshdabiola.kmtemplate.MainAppKt
./gradlew reload` to hot reload the application
./gradlew :app:hotReloadJvmMain` to hot reload the application (alternative)
./gradlew :app:jvmRunHot --auto` to automatically reload the application on source changes
./gradlew assembleDebug -PenableComposeCompilerReports=true
./gradlew assembleDebug -PenableComposeCompilerMetrics=true
./gradlew build-logic:convention:spotlessApply
https://randombits.dev/articles/android/fdroid
https://favycon.vercel.app/
apksigner verify --print-certs app.apk
./gradlew renameProjectArtifacts -PnewPackageName=com.abiola.notepad -PnewPrefix=NtP