mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-26 14:21:16 +00:00
Revert "Downgrade target SDK version (ref #483)."
This reverts commit 83d63dc77e
.
Turns out the Play Store doesn't allow target SDK downgrades.
This commit is contained in:
parent
4f9e7381b7
commit
712a899be7
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ android {
|
|||
defaultConfig {
|
||||
applicationId "com.nutomic.syncthingandroid"
|
||||
minSdkVersion 11
|
||||
targetSdkVersion 22
|
||||
targetSdkVersion 23
|
||||
versionCode 76
|
||||
versionName "0.7.1"
|
||||
testApplicationId 'com.nutomic.syncthingandroid.test'
|
||||
|
|
Loading…
Reference in a new issue