fix: rename invalid identifiers starting with digit to fivechan

This commit is contained in:
plebeius
2025-10-18 23:06:21 +02:00
parent caa1daba54
commit 3360a41b00
10 changed files with 22 additions and 22 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
apply plugin: 'com.android.application'
android {
namespace "5chan.android"
namespace "fivechan.android"
compileSdkVersion rootProject.ext.compileSdkVersion
defaultConfig {
applicationId "5chan.android"
applicationId "fivechan.android"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1