1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-26 06:11:19 +00:00

Update build.gradle

This commit is contained in:
Audrius Butkevicius 2019-09-09 08:25:48 +01:00 committed by GitHub
parent 439476c18d
commit e0b49bb364
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,8 +35,8 @@ android {
applicationId "com.nutomic.syncthingandroid"
minSdkVersion 16
targetSdkVersion 28
versionCode 4192
versionName "1.2.2.2"
versionCode 4193
versionName "1.2.2.3"
testApplicationId 'com.nutomic.syncthingandroid.test'
testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner'
}