Skip to content

Commit a5435a9

Browse files
committed
- removes unused secrets definitions
Signed-off-by: Vincent Biret <[email protected]>
1 parent a460c84 commit a5435a9

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

android/gradle.properties

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,6 @@ mavenMinorVersion = 1
3030
mavenPatchVersion = 0
3131
mavenArtifactSuffix =
3232

33-
#These values are used to run functional tests
34-
#If you wish to run the functional tests, edit the gradle.properties
35-
#file in your user directory instead of adding them here.
36-
#ex: C:\Users\username\.gradle\gradle.properties
37-
ClientId="CLIENT_ID"
38-
Username="USERNAME"
39-
Password="PASSWORD"
40-
4133
#enable mavenCentralPublishingEnabled to publish to maven central
4234
mavenCentralSnapshotArtifactSuffix = -SNAPSHOT
4335
mavenCentralPublishingEnabled=true

gradle.properties

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,6 @@ mavenPatchVersion = 0
3636
# x-release-please-end
3737
mavenArtifactSuffix =
3838

39-
#These values are used to run functional tests
40-
#If you wish to run the functional tests, edit the gradle.properties
41-
#file in your user directory instead of adding them here.
42-
#ex: C:\Users\username\.gradle\gradle.properties
43-
ClientId="CLIENT_ID"
44-
Username="USERNAME"
45-
Password="PASSWORD"
46-
4739
#enable mavenCentralPublishingEnabled to publish to maven central
4840
mavenCentralSnapshotArtifactSuffix = -SNAPSHOT
4941
mavenCentralPublishingEnabled=true

0 commit comments

Comments
 (0)