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 4867a33 commit 752e400Copy full SHA for 752e400
app/build.gradle
@@ -12,7 +12,7 @@ android {
12
multiDexEnabled true
13
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
14
buildConfigField "String", "BASE_URL", "\"https://api.douban.com/\""
15
- buildConfigField "String", "BASE__UPDATE_URL", "\"https://raw.githubusercontent.com/AriesHoo/FastLib/master/apk/\""
+ buildConfigField "String", "BASE__UPDATE_URL", "\"https://raw.githubusercontent.com/AriesHoo/FastLib/dev/apk/\""
16
manifestPlaceholders = [
17
app_channel : "FastLib",
18
bugly_id : "a66ee7eb32"
0 commit comments