File tree Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1212 " aws-android-sdk-auth-google" ,
1313 // "aws-android-sdk-auth-ui",
1414 " aws-android-sdk-auth-userpools" ,
15- " aws-android-sdk-autoscaling" ,
1615 " aws-android-sdk-cloudwatch" ,
1716 // "aws-android-sdk-cognitoauth",
1817 " aws-android-sdk-cognitoidentityprovider" ,
Original file line number Diff line number Diff line change 2828 'aws-android-sdk-auth-ui' ,
2929 'aws-android-sdk-logs' ,
3030 'aws-android-sdk-auth-userpools' ,
31- 'aws-android-sdk-autoscaling' ,
3231 'aws-android-sdk-auth-facebook' ,
3332 'aws-android-sdk-transcribe' ,
3433 'aws-android-sdk-cognitoauth' ,
35- 'aws-android-sdk-ddb' ,
36- 'aws-android-sdk-elb' ,
34+ 'aws-android-sdk-ddb' ,
3735 'aws-android-sdk-translate' ,
3836 'aws-android-sdk-pom' ,
3937 'aws-android-sdk-lex' ,
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ python3 CircleciScripts/generate_javadoc.py "$configFile" "$projectRoot" "$desti
3737
3838# check out gh-pages and preserve old document
3939git fetch
40+ git branch -D gh-pages
4041git checkout gh-pages
4142git checkout main CircleciScripts/preserve_olddocument.sh
4243release_version=$release_version bash CircleciScripts/preserve_olddocument.sh
@@ -58,3 +59,5 @@ git push --tags
5859
5960# Switch back to the main branch
6061git checkout main
62+ git branch -D gh-pages
63+ rm -rf docs
Original file line number Diff line number Diff line change @@ -45,7 +45,6 @@ dependencies {
4545 * auth-google
4646 * auth-ui
4747 * auth-userpools
48- * autoscaling
4948 * cloudwatch
5049 * cognitoauth
5150 * cognitoidentityprovider
@@ -57,7 +56,6 @@ dependencies {
5756 * ddb-document
5857 * ddb-mapper
5958 * ec2
60- * elb
6159 * iot
6260 * kinesis
6361 * kinesisvideo
You can’t perform that action at this time.
0 commit comments