Skip to content

Commit 3d1e0d0

Browse files
committed
feat:support h5 auth
1 parent d8fb540 commit 3d1e0d0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.java-version

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
17.0

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ android {
2323
buildConfigField 'String', 'APP_ID', '"' + localProperties.getProperty('app_id') + '"'
2424
buildConfigField 'String', 'APP_SECRET', '"' + localProperties.getProperty('app_secret') + '"'
2525

26-
manifestPlaceholders = [ypappid: localProperties.getProperty('app_id')]
26+
manifestPlaceholders = [ypappid: localProperties.getProperty('app_id',"")]
2727
}
2828

2929
buildFeatures {

0 commit comments

Comments
 (0)