File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3030 - name : Publish to MavenCentral
3131 run : ./gradlew publishReleasePublicationToSonatypeRepository --max-workers 1 closeAndReleaseSonatypeStagingRepository
3232 env :
33- OSSRH_USERNAME : ${{ secrets.OSSRH_USERNAME }}
34- OSSRH_PASSWORD : ${{ secrets.OSSRH_PASSWORD }}
33+ CENTRAL_USERNAME : ${{ secrets.CENTRAL_USERNAME }}
34+ CENTRAL_PASSWORD : ${{ secrets.CENTRAL_PASSWORD }}
3535 SIGNING_KEY_ID : ${{ secrets.SIGNING_KEY_ID }}
3636 SIGNING_PASSWORD : ${{ secrets.SIGNING_PASSWORD }}
3737 SIGNING_KEY : ${{ secrets.SIGNING_KEY }}
Original file line number Diff line number Diff line change 1414Our SDK is available on Maven Central.
1515
1616``` groovy
17- implementation 'de.contentpass:contentpass-android:2.2.4 '
17+ implementation 'de.contentpass:contentpass-android:2.2.5 '
1818```
1919
2020Add this to your app's ` build.gradle ` file's ` dependencies ` element.
Original file line number Diff line number Diff line change 5858extra.apply {
5959 set(" PUBLISH_GROUP_ID" , " de.contentpass" )
6060 set(" PUBLISH_ARTIFACT_ID" , " contentpass-android" )
61- set(" PUBLISH_VERSION" , " 2.2.4 " )
61+ set(" PUBLISH_VERSION" , " 2.2.5 " )
6262}
6363
6464apply (" ${rootProject.projectDir} /scripts/publish-module.gradle" )
You can’t perform that action at this time.
0 commit comments