We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a71f70 commit 6501532Copy full SHA for 6501532
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 = 10201
19
- versionName = "1.2.1"
+ versionCode = 10210
+ versionName = "1.2.10"
20
21
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
22
}
fastlane/metadata/android/en-US/changelogs/10210.txt
@@ -0,0 +1 @@
1
+- Added network test tasker action
0 commit comments