We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a785ed9 commit a04a60dCopy full SHA for a04a60d
.gitignore
@@ -102,3 +102,4 @@ fastlane/README.md
102
.bundle/
103
.gem/
104
Gemfile.lock
105
+.gradletasknamecache
app/build.gradle
@@ -8,8 +8,8 @@ android {
8
applicationId "net.sylvek.itracing2"
9
minSdkVersion 18
10
targetSdkVersion 21
11
- versionCode 67
12
- versionName "2.3.11"
+ versionCode 68
+ versionName "2.3.12"
13
}
14
signingConfigs {
15
release {
0 commit comments