Skip to content

Commit f1fd63f

Browse files
committed
update key
1 parent b50711f commit f1fd63f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ allprojects {
149149
// your github name
150150
username = 'carsmallguo'
151151
// your github generate new token
152-
password = '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'
152+
password = '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'
153153
}
154154
}
155155
maven {

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ allprojects {
2020
url 'https://maven.pkg.github.com/CarGuo/GSYVideoPlayer'
2121
credentials {
2222
username = 'carsmallguo'
23-
password = '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'
23+
password = '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'
2424
}
2525
}
2626
}

doc/DEPENDENCIES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ allprojects {
8888
// your github name
8989
username = 'carsmallguo'
9090
// your github generate new token
91-
password = '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'
91+
password = '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'
9292
}
9393
}
9494
maven {

0 commit comments

Comments
 (0)