chore: multiple commits

This commit is contained in:
Pun Butrach
2025-08-03 20:26:36 +07:00
parent 4b22de012c
commit 079ae38330
2 changed files with 3 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ on:
workflow_dispatch:
pull_request:
branches:
- dev
- compose-dev
jobs:

View File

@@ -53,7 +53,6 @@ dependencies {
// Room
implementation(libs.room.runtime)
implementation(libs.room.ktx)
annotationProcessor(libs.room.compiler)
ksp(libs.room.compiler)
// ReVanced
@@ -125,6 +124,8 @@ android {
}
buildTypes {
configureEach {
}
debug {
applicationIdSuffix = ".debug"
resValue("string", "app_name", "ReVanced Manager (Debug)")