Skip to content

Commit a68fd82

Browse files
committed
changed version
1 parent bbc4d29 commit a68fd82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ android {
99
minSdkVersion 16
1010
targetSdkVersion 33
1111
versionCode 4
12-
versionName "2.3.0"
12+
versionName "2.3.1"
1313
}
1414
buildTypes {
1515
release {

parser/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ afterEvaluate {
5252
// You can then customize attributes of the publication as shown below.
5353
groupId = 'com.github.ticofab'
5454
artifactId = 'android-gpx-parser'
55-
version = '2.3.0'
55+
version = '2.3.1'
5656
}
5757
}
5858
}

0 commit comments

Comments
 (0)