We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf0f6f0 commit 9f7eaacCopy full SHA for 9f7eaac
2 files changed
app/build.gradle.kts
@@ -15,8 +15,8 @@ android {
15
applicationId = "com.github.db1996.taskerha"
16
minSdk = 24
17
targetSdk = 36
18
- versionCode = 10210
19
- versionName = "1.2.10"
+ versionCode = 10300
+ versionName = "1.3.00"
20
21
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
22
}
fastlane/metadata/android/en-US/changelogs/10300.txt
@@ -0,0 +1,3 @@
1
+- Support for multiple instances
2
+- Instance switching
3
+- Clearer menus
0 commit comments