Skip to content

Commit 2272d56

Browse files
committed
Restore publication scripts
These were removed a while ago but should be here for github actions. Also remove some properties we no longer need.
1 parent a774766 commit 2272d56

File tree

4 files changed

+522
-11
lines changed

4 files changed

+522
-11
lines changed

gradle.properties

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,32 +34,30 @@ libMockitoVersion=1.10.19
3434
currentAppName=Mobile Button SDK
3535

3636
# Publication
37-
releaseRepository=https://nexus.internal.yoti.com/repository/maven-releases/
38-
repoUsername=android
39-
repoPassword=replaceMe
40-
4137
pomId=yoti-button-sdk
4238
pomGroup=com.yoti.mobile.android.sdk
4339
pomPackaging=aar
4440
pomVersion=1.1.0
4541
pomDescription=Button SDK that allows 3rd party to trigger Yoti as support app
4642
currentVersionCode=000008
4743

48-
pomLicenseName=Yoti License
49-
pomLicenseUrl=https://github.com/getyoti/java/LICENSE.txt
44+
pomLicenseName=MIT
45+
pomLicenseUrl=https://github.com/getyoti/android-sdk-button/blob/master/LICENSE.md
5046

5147
pomScmUrl=scm:https://github.com/getyoti/android-sdk-button.git
5248
pomScmConnection=scm:https://github.com/getyoti/android-sdk-button.git
5349

5450
# Maven central specificities
55-
publishAarVersion=1.3.3
56-
publishAarMavenCentralVersion=1.1.0
57-
5851
sonatypeUsername=yoti
5952
sonatypePassword=aStrongPassword
6053

54+
#Overide these in command or set inMemorySigningKey and inMemoryKeyPassword to use in memory keys
6155
signing.keyId=1A234BCD
6256
signing.password=anotherStrongPassword
6357
signing.secretKeyRingFile=/path/to/the/gpg/file.gpg
58+
6459
android.useAndroidX=true
65-
android.enableJetifier=true
60+
android.enableJetifier=true
61+
62+
disableSigning=false
63+
includeSources=true

0 commit comments

Comments
 (0)