1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-12-23 11:21:29 +00:00

Bumped version to 1.22.2-rc.3.2

This commit is contained in:
Simon Frei 2022-11-27 23:29:53 +01:00
parent a85cec550e
commit 67c22eaec5
No known key found for this signature in database
GPG key ID: 7C31D23ECB1006F3

View file

@ -37,8 +37,8 @@ android {
applicationId "com.nutomic.syncthingandroid" applicationId "com.nutomic.syncthingandroid"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 31 targetSdkVersion 31
versionCode 4328 versionCode 4329
versionName "1.22.2-rc.3.1" versionName "1.22.2-rc.3.2"
testApplicationId 'com.nutomic.syncthingandroid.test' testApplicationId 'com.nutomic.syncthingandroid.test'
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
} }