mirror of
https://github.com/oxen-io/session-android.git
synced 2025-06-08 18:28:33 +00:00
Update targetSdk to 29.
This commit is contained in:
parent
a635f27c68
commit
1ec57c080c
@ -92,8 +92,8 @@ def abiPostFix = ['universal' : 0,
|
|||||||
|
|
||||||
android {
|
android {
|
||||||
flavorDimensions "none"
|
flavorDimensions "none"
|
||||||
compileSdkVersion 28
|
compileSdkVersion 29
|
||||||
buildToolsVersion '28.0.3'
|
buildToolsVersion '29.0.3'
|
||||||
useLibrary 'org.apache.http.legacy'
|
useLibrary 'org.apache.http.legacy'
|
||||||
|
|
||||||
dexOptions {
|
dexOptions {
|
||||||
@ -114,7 +114,7 @@ android {
|
|||||||
versionName canonicalVersionName
|
versionName canonicalVersionName
|
||||||
|
|
||||||
minSdkVersion 19
|
minSdkVersion 19
|
||||||
targetSdkVersion 28
|
targetSdkVersion 29
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
|
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
|
@ -11,8 +11,8 @@ RUN apt-get update -y && apt-get install -y $(cat docker/dependencies.txt)
|
|||||||
RUN docker/print-versions.sh docker/dependencies.txt
|
RUN docker/print-versions.sh docker/dependencies.txt
|
||||||
|
|
||||||
ENV ANDROID_SDK_FILENAME android-sdk_r24.4.1-linux.tgz
|
ENV ANDROID_SDK_FILENAME android-sdk_r24.4.1-linux.tgz
|
||||||
ENV ANDROID_API_LEVELS android-28
|
ENV ANDROID_API_LEVELS android-29
|
||||||
ENV ANDROID_BUILD_TOOLS_VERSION 28.0.3
|
ENV ANDROID_BUILD_TOOLS_VERSION 29.0.3
|
||||||
|
|
||||||
ENV ANDROID_HOME /usr/local/android-sdk-linux
|
ENV ANDROID_HOME /usr/local/android-sdk-linux
|
||||||
ENV PATH ${PATH}:${ANDROID_HOME}/tools:${ANDROID_HOME}/platform-tools
|
ENV PATH ${PATH}:${ANDROID_HOME}/tools:${ANDROID_HOME}/platform-tools
|
||||||
|
Loading…
x
Reference in New Issue
Block a user