local.properties 901 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. ndk.dir=F\:\\AndroidStudio\\androidSDK\\ndk\\23.0.7599858
  10. # ????????? SNAPSHOT ????????? ?? 3.1.0-SNAPSHOT?
  11. PUBLISH_VERSION=1.0.0
  12. # ??2???? GROUP_ID
  13. PUBLISH_GROUP_ID=io.github.FailedToRead
  14. # ??
  15. PUBLISH_ARTIFACT_ID=
  16. # ??????????????mavencentral??aar???????????
  17. # implementation "io.github.**:FaceSDk:3.1.0"
  18. # ??4? ??ID??8?
  19. signing.keyId=A653EF4C
  20. # ??4? ??????????
  21. signing.password=zxcvbnm..123
  22. # ??4? ???????????
  23. signing.secretKeyRingFile=F\:\\gpg4\\zhang_0xA653EF4C_SECRET.gpg
  24. # ??1? ??sonatype???????
  25. ossrhUsername=FailedToRead
  26. ossrhPassword=Zxcvbnm..123