1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2025-01-08 19:21:35 +00:00

actually do target API level 28

This commit is contained in:
Simon Frei 2019-09-03 09:40:19 +02:00
parent 39b4db18cb
commit c9a1b2b048
No known key found for this signature in database
GPG key ID: 7C31D23ECB1006F3

View file

@ -34,7 +34,7 @@ android {
defaultConfig {
applicationId "com.nutomic.syncthingandroid"
minSdkVersion 16
targetSdkVersion 26
targetSdkVersion 28
versionCode 4190
versionName "1.2.2"
testApplicationId 'com.nutomic.syncthingandroid.test'