Skip to content

Commit c5d30da

Browse files
committedNov 7, 2021
fix build version
1 parent 2823632 commit c5d30da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ android {
2121
applicationId "fr.nuage.souvenirs"
2222
minSdkVersion 24
2323
targetSdkVersion 30
24-
versionCode 15
25-
versionName "2.3.0"
24+
versionCode 16
25+
versionName "2.3.1"
2626
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
2727
setProperty("archivesBaseName", "souvenirs-$versionName")
2828
}
File renamed without changes.

0 commit comments

Comments
 (0)
Failed to load comments.