feat: follow button

This commit is contained in:
rebelonion 2024-03-04 23:38:05 -06:00
parent 5279b0cd65
commit 9b408e7520
6 changed files with 66 additions and 4 deletions

View file

@ -44,7 +44,7 @@ android {
applicationIdSuffix ".beta" // keep as beta by popular request
versionNameSuffix "-alpha02"
manifestPlaceholders = [icon_placeholder: "@mipmap/ic_launcher_alpha", icon_placeholder_round: "@mipmap/ic_launcher_alpha_round"]
debuggable true
debuggable System.getenv("CI") == null
isDefault true
}
debug {