File tree Expand file tree Collapse file tree 4 files changed +522
-11
lines changed Expand file tree Collapse file tree 4 files changed +522
-11
lines changed Original file line number Diff line number Diff line change @@ -34,32 +34,30 @@ libMockitoVersion=1.10.19
34
34
currentAppName =Mobile Button SDK
35
35
36
36
# Publication
37
- releaseRepository =https://nexus.internal.yoti.com/repository/maven-releases/
38
- repoUsername =android
39
- repoPassword =replaceMe
40
-
41
37
pomId =yoti-button-sdk
42
38
pomGroup =com.yoti.mobile.android.sdk
43
39
pomPackaging =aar
44
40
pomVersion =1.1.0
45
41
pomDescription =Button SDK that allows 3rd party to trigger Yoti as support app
46
42
currentVersionCode =000008
47
43
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
50
46
51
47
pomScmUrl =scm:https://github.com/getyoti/android-sdk-button.git
52
48
pomScmConnection =scm:https://github.com/getyoti/android-sdk-button.git
53
49
54
50
# Maven central specificities
55
- publishAarVersion =1.3.3
56
- publishAarMavenCentralVersion =1.1.0
57
-
58
51
sonatypeUsername =yoti
59
52
sonatypePassword =aStrongPassword
60
53
54
+ # Overide these in command or set inMemorySigningKey and inMemoryKeyPassword to use in memory keys
61
55
signing.keyId =1A234BCD
62
56
signing.password =anotherStrongPassword
63
57
signing.secretKeyRingFile =/path/to/the/gpg/file.gpg
58
+
64
59
android.useAndroidX =true
65
- android.enableJetifier =true
60
+ android.enableJetifier =true
61
+
62
+ disableSigning =false
63
+ includeSources =true
You can’t perform that action at this time.
0 commit comments