Commit 4ca13a62 authored by Mygod's avatar Mygod

Revert to target Android Pie

Currently the app works fine with targeting Q so in order to test new versions on old devices, sdkVersion must be reverted.
parent cce33fcb
...@@ -6,7 +6,7 @@ buildscript { ...@@ -6,7 +6,7 @@ buildscript {
ext { ext {
kotlinVersion = '1.3.21' kotlinVersion = '1.3.21'
minSdkVersion = 21 minSdkVersion = 21
sdkVersion = 'Q' sdkVersion = 28
compileSdkVersion = 'android-Q' compileSdkVersion = 'android-Q'
preferencexVersion = '1.0.0' preferencexVersion = '1.0.0'
junitVersion = '4.12' junitVersion = '4.12'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment