We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62d74fb commit 747f734Copy full SHA for 747f734
app/build.gradle
@@ -5,11 +5,11 @@ plugins {
5
}
6
7
android {
8
- namespace 'com.rabimi.javaskinchanger'
+ namespace 'com.rabimi.skinviewandroidtest'
9
compileSdk 35
10
11
defaultConfig {
12
- applicationId "com.rabimi.javaskinchanger"
+ applicationId "com.rabimi.skinviewandroidtest"
13
minSdk 21
14
targetSdk 34
15
@@ -18,7 +18,7 @@ android {
18
19
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
20
21
- manifestPlaceholders = [appAuthRedirectScheme: "javaskinchanger"]
+ manifestPlaceholders = [appAuthRedirectScheme: "skinviewandroidtest"]
22
23
ndk {
24
abiFilters "armeabi-v7a", "arm64-v8a", "x86", "x86_64"
0 commit comments