We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbc4d29 commit a68fd82Copy full SHA for a68fd82
app/build.gradle
@@ -9,7 +9,7 @@ android {
9
minSdkVersion 16
10
targetSdkVersion 33
11
versionCode 4
12
- versionName "2.3.0"
+ versionName "2.3.1"
13
}
14
buildTypes {
15
release {
parser/build.gradle
@@ -52,7 +52,7 @@ afterEvaluate {
52
// You can then customize attributes of the publication as shown below.
53
groupId = 'com.github.ticofab'
54
artifactId = 'android-gpx-parser'
55
- version = '2.3.0'
+ version = '2.3.1'
56
57
58
0 commit comments