mirror of
https://github.com/syncthing/syncthing-android.git
synced 2025-01-10 12:05:53 +00:00
Downgrade target SDK version (ref #483).
This commit is contained in:
parent
6e5922e020
commit
83d63dc77e
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ android {
|
|||
defaultConfig {
|
||||
applicationId "com.nutomic.syncthingandroid"
|
||||
minSdkVersion 11
|
||||
targetSdkVersion 23
|
||||
targetSdkVersion 22
|
||||
versionCode 75
|
||||
versionName "0.7.0"
|
||||
testApplicationId 'com.nutomic.syncthingandroid.test'
|
||||
|
|
Loading…
Reference in a new issue