🔖 Bump versionCode et versionName pour 3.1

This commit is contained in:
github-actions
2025-07-14 21:16:52 +00:00
parent 1edbf0bd43
commit 886ba37e2c

View File

@ -6,8 +6,8 @@ android {
applicationId "com.localtransfer"
minSdkVersion 27
targetSdkVersion 35
versionCode 1
versionName "3.0"
versionCode 6
versionName "3.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}