Commit 88165b3bddf84d53cf654f6c54dd994463e698b3

Authored by 朱显松
1 parent aa737364

add readme

Showing 1 changed file with 35 additions and 0 deletions
README.md 0 → 100644
  1 +## 介绍
  2 +Maven Demo
  3 +
  4 +## 环境配置
  5 +
  6 +### 支持包
  7 + com.jfrog.bintray.gradle:gradle-bintray-plugin:1.4
  8 + com.github.dcendents:android-maven-gradle-plugin:1.4.1
  9 +### 平台信息
  10 + - Jcenter
  11 + - https://bintray.com
  12 + - Granzon
  13 + - Passw0rd
  14 + - MavenCentral
  15 + - https://issues.sonatype.org/secure/Dashboard.jspa
  16 + - CNLiveCloud
  17 + - CNLive_Passw0rd
  18 + - com.cnlive
  19 +
  20 +### 生成PGP本地签名
  21 + gpg --gen-key
  22 + CNLive (cnlive) <zhuxiansong@cnlive.com>
  23 + Passw0rd
  24 +
  25 + gpg --list-keys
  26 + ---------------------------------------------------
  27 + pub 2048R/36D0B1CC 2017-08-08
  28 + uid CNLive (cnlive) <zhuxiansong@cnlive.com>
  29 + sub 2048R/6535E49C 2017-08-08
  30 + ---------------------------------------------------
  31 +
  32 + gpg --keyserver hkp://pool.sks-keyservers.net --send-keys 36D0B1CC
  33 +
  34 + gpg -a --export zhuxiansong@cnlive.com > public_key_sender.asc
  35 + gpg -a --export-secret-key zhuxiansong@cnlive.com > private_key_sender.asc