@@ -12,8 +12,8 @@ android {
applicationId "com.sduduzog.slimlauncher"
minSdkVersion 16
targetSdkVersion 28
- versionCode 35
- versionName "2.3.0"
+ versionCode 36
+ versionName "2.3.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
}
@@ -3,6 +3,8 @@
xmlns:tools="http://schemas.android.com/tools"
package="com.sduduzog.slimlauncher">
+ <uses-permission android:name="com.android.alarm.permission.SET_ALARM" />
+
<application
android:allowBackup="false"
android:configChanges="orientation|keyboardHidden|screenSize"