updating version to 5.32.13

This commit is contained in:
tibbi 2020-12-28 16:43:55 +01:00
parent 19509908af
commit 82b4c1e59b
2 changed files with 2 additions and 1 deletions

View file

@ -6,7 +6,7 @@ buildscript {
propMinSdkVersion = 21
propTargetSdkVersion = propCompileSdkVersion
propVersionCode = 1
propVersionName = '5.32.10'
propVersionName = '5.32.13'
kotlin_version = '1.4.21'
}

View file

@ -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"/>