mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-22 16:07:30 +00:00
Use the build tools version matching compile SDK.
This commit is contained in:
parent
6a93653080
commit
5974abee34
@ -195,7 +195,7 @@ def abiPostFix = ['armeabi-v7a' : 1,
|
|||||||
android {
|
android {
|
||||||
flavorDimensions "none"
|
flavorDimensions "none"
|
||||||
compileSdkVersion 29
|
compileSdkVersion 29
|
||||||
buildToolsVersion '28.0.3'
|
buildToolsVersion '29.0.3'
|
||||||
useLibrary 'org.apache.http.legacy'
|
useLibrary 'org.apache.http.legacy'
|
||||||
|
|
||||||
dexOptions {
|
dexOptions {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user