1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-12-22 19:01:30 +00:00

Bumped version to 1.19.0.3

This commit is contained in:
Simon Frei 2022-02-09 11:31:53 +01:00
parent 07162121e4
commit 2df2d49983
No known key found for this signature in database
GPG key ID: 7C31D23ECB1006F3

View file

@ -42,8 +42,8 @@ android {
applicationId "com.nutomic.syncthingandroid"
minSdkVersion 16
targetSdkVersion 30
versionCode 4297
versionName "1.19.0.2"
versionCode 4298
versionName "1.19.0.3"
testApplicationId 'com.nutomic.syncthingandroid.test'
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}