Skip to content

Commit 489a393

Browse files
add/edit ci script.
1 parent d357b9d commit 489a393

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Android/APIExample/ci.env.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def main():
99
appId = os.environ["AGORA_APP_ID"]
1010
token = ""
1111

12-
f = open("./app/src/main/res/values/strings_config.xml", 'r+')
12+
f = open("./app/src/main/res/values/strings_configs.xml", 'r+')
1313
content = f.read()
1414
contentNew = re.sub(r'YOUR APP ID', appId, content)
1515
contentNew = re.sub(r'YOUR ACCESS TOKEN', token, contentNew)

0 commit comments

Comments
 (0)