File tree Expand file tree Collapse file tree 8 files changed +6
-4
lines changed Expand file tree Collapse file tree 8 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -43,9 +43,9 @@ yotiBackendPort=443
43
43
pomId =yoti-button-sdk
44
44
pomGroup =com.yoti.mobile.android.sdk
45
45
pomPackaging =aar
46
- pomVersion =1.2.0
46
+ pomVersion =1.2.1
47
47
pomDescription =Button SDK that allows 3rd party to trigger Yoti as support app
48
- currentVersionCode =000008
48
+ currentVersionCode =000009
49
49
50
50
pomLicenseName =MIT
51
51
pomLicenseUrl =https://github.com/getyoti/android-sdk-button/blob/master/LICENSE.md
Original file line number Diff line number Diff line change 4
4
5
5
<application
6
6
android : label =" @string/app_name" >
7
- <activity android : name =" .ReceiverActivity" android : theme =" @style/Theme.AppCompat.Translucent" />
7
+ <activity android : name =" .ReceiverActivity"
8
+ android : theme =" @style/Theme.Yoti.AppCompat.Translucent"
9
+ android : exported =" false" />
8
10
<service
9
11
android : name =" .kernelSDK.KernelSDKIntentService"
10
12
android : exported =" false" />
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<resources >
3
- <style name =" Theme.AppCompat.Translucent" parent =" Theme.AppCompat.NoActionBar" >
3
+ <style name =" Theme.Yoti. AppCompat.Translucent" parent =" Theme.AppCompat.NoActionBar" >
4
4
<item name =" android:background" >#00000000</item >
5
5
<item name =" android:windowNoTitle" >true</item >
6
6
<item name =" android:windowBackground" >@android:color/transparent</item >
You can’t perform that action at this time.
0 commit comments