local.properties 844 B

12345678910111213141516171819202122232425262728
  1. ## This file must *NOT* be checked into Version Control Systems,
  2. # as it contains information specific to your local configuration.
  3. #
  4. # Location of the SDK. This is only used by Gradle.
  5. # For customization when using a Version Control System, please read the
  6. # header note.
  7. #Mon Nov 20 12:56:12 CST 2023
  8. sdk.dir=F\:\\AndroidStudio\\androidSDK
  9. # ????????? SNAPSHOT ????????? ?? 3.1.0-SNAPSHOT?
  10. PUBLISH_VERSION=1.0.0
  11. # ??2???? GROUP_ID
  12. PUBLISH_GROUP_ID=io.github.FailedToRead
  13. # ??
  14. PUBLISH_ARTIFACT_ID=
  15. # ??????????????mavencentral??aar???????????
  16. # implementation "io.github.**:FaceSDk:3.1.0"
  17. # ??4? ??ID??8?
  18. signing.keyId=A653EF4C
  19. # ??4? ??????????
  20. signing.password=zxcvbnm..123
  21. # ??4? ???????????
  22. signing.secretKeyRingFile=F\:\\gpg4\\zhang_0xA653EF4C_SECRET.gpg
  23. # ??1? ??sonatype???????
  24. ossrhUsername=FailedToRead
  25. ossrhPassword=Zxcvbnm..123