fix: android update

This commit is contained in:
Stefan Schueller 2021-10-01 20:14:49 +02:00
parent 1996d30851
commit 48007d31ec
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ FROM gradle:7-jdk16
ENV ANDROID_SDK_URL https://dl.google.com/android/repository/commandlinetools-linux-7583922_latest.zip
ENV ANDROID_SDK_CHECKSUM 124f2d5115eee365df6cf3228ffbca6fc3911d16f8025bebd5b1c6e2fcfa7faf
# https://developer.android.com/studio/releases/platform-tools
ENV ANDROID_BUILD_TOOLS_VERSION 31.0.3
ENV ANDROID_BUILD_TOOLS_VERSION 30.0.2
ENV ANDROID_HOME /usr/local/android-sdk-linux
ENV ANDROID_VERSION 29
ENV PATH ${PATH}:${ANDROID_HOME}/tools:${ANDROID_HOME}/platform-tools

View File

@ -38,7 +38,7 @@ else {
android {
compileSdkVersion 29
buildToolsVersion "29.0.3"
buildToolsVersion "30.0.2"
defaultConfig {
applicationId "net.schueller.peertube"