We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95e1a16 commit 86b7170Copy full SHA for 86b7170
2 files changed
app/src/androidx86/AndroidManifest.xml
@@ -19,8 +19,8 @@
19
* HomeActivity is enabled by default
20
* Certain activities and receivers are not exposed
21
-->
22
-<manifest android:versionCode="206"
23
- android:versionName="6.2.1"
+<manifest android:versionCode="207"
+ android:versionName="6.2.2"
24
xmlns:android="http://schemas.android.com/apk/res/android"
25
xmlns:tools="http://schemas.android.com/tools"
26
package="com.farmerbb.taskbar">
dependencies.gradle
@@ -1,8 +1,8 @@
1
allprojects {
2
ext {
3
// TODO keep version name and version code in sync with Android-x86 manifest
4
- VERSION_CODE = 206
5
- VERSION_NAME = "6.2.1"
+ VERSION_CODE = 207
+ VERSION_NAME = "6.2.2"
6
7
MIN_SDK_VERSION = 21
8
COMPILE_SDK_VERSION = 34
0 commit comments