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:
parent
39b4db18cb
commit
c9a1b2b048
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue