updating version to 5.32.13
This commit is contained in:
parent
19509908af
commit
82b4c1e59b
2 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,7 @@ buildscript {
|
|||
propMinSdkVersion = 21
|
||||
propTargetSdkVersion = propCompileSdkVersion
|
||||
propVersionCode = 1
|
||||
propVersionName = '5.32.10'
|
||||
propVersionName = '5.32.13'
|
||||
kotlin_version = '1.4.21'
|
||||
}
|
||||
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
<application>
|
||||
<receiver
|
||||
android:name=".receivers.SharedThemeReceiver"
|
||||
android:enabled="true"
|
||||
android:exported="true">
|
||||
<intent-filter>
|
||||
<action android:name="com.simplemobiletools.commons.SHARED_THEME_ACTIVATED"/>
|
||||
|
|
Loading…
Reference in a new issue