We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f95c30 commit 20a317fCopy full SHA for 20a317f
CHANGELOG.md
@@ -1,6 +1,11 @@
1
# Changelog
2
All notable changes to this project will be documented in this file.
3
4
+## [1.2.0] - 2020-03-26
5
+### Changed
6
+Move some SDK configuration to gradle. This allows for creating skinned SDKs with different backends,
7
+although this is not a publically supported feature.
8
+
9
## [1.1.3] - 2020-02-03
10
### Removed
11
Removed `android:allowBackup` from manifest.
gradle.properties
@@ -43,7 +43,7 @@ yotiBackendPort=443
43
pomId=yoti-button-sdk
44
pomGroup=com.yoti.mobile.android.sdk
45
pomPackaging=aar
46
-pomVersion=1.1.3
+pomVersion=1.2.0
47
pomDescription=Button SDK that allows 3rd party to trigger Yoti as support app
48
currentVersionCode=000008
49
0 commit comments