This commit is contained in:
coco
2026-07-03 15:56:07 +08:00
commit caef23209c
5767 changed files with 1004268 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
release-bintray: # Make sure to update the release version before releasing
./gradlew clean build bintrayUpload
release-play: # Make sure to update the release version before releasing
./gradlew publishReleaseApk
check:
./gradlew lint
./gradlew detekt
test:
./gradlew test
stop:
./gradlew --stop