Skip to content

Commit 747f734

Browse files
authored
Update build.gradle
1 parent 62d74fb commit 747f734

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ plugins {
55
}
66

77
android {
8-
namespace 'com.rabimi.javaskinchanger'
8+
namespace 'com.rabimi.skinviewandroidtest'
99
compileSdk 35
1010

1111
defaultConfig {
12-
applicationId "com.rabimi.javaskinchanger"
12+
applicationId "com.rabimi.skinviewandroidtest"
1313
minSdk 21
1414
targetSdk 34
1515

@@ -18,7 +18,7 @@ android {
1818

1919
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2020

21-
manifestPlaceholders = [appAuthRedirectScheme: "javaskinchanger"]
21+
manifestPlaceholders = [appAuthRedirectScheme: "skinviewandroidtest"]
2222

2323
ndk {
2424
abiFilters "armeabi-v7a", "arm64-v8a", "x86", "x86_64"

0 commit comments

Comments
 (0)