Skip to content
Snippets Groups Projects
Verified Commit b4c81fdd authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Update dependencies

parent cd11190f
No related branches found
No related tags found
No related merge requests found
Pipeline #2560 passed
...@@ -103,7 +103,7 @@ android { ...@@ -103,7 +103,7 @@ android {
} }
dependencies { dependencies {
implementation(kotlin("stdlib", "1.5.0")) implementation(kotlin("stdlib", "1.5.10"))
// App Compat // App Compat
implementation("com.google.android.material", "material", "1.1.0-alpha10") implementation("com.google.android.material", "material", "1.1.0-alpha10")
......
...@@ -209,7 +209,7 @@ class AboutFragment : DaggerFragment() { ...@@ -209,7 +209,7 @@ class AboutFragment : DaggerFragment() {
), ),
Library( Library(
name = "Kotlin Standard Library", name = "Kotlin Standard Library",
version = "1.5.0", version = "1.5.10",
license = apache2, license = apache2,
url = "https://kotlinlang.org/" url = "https://kotlinlang.org/"
), ),
......
...@@ -3,8 +3,8 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile ...@@ -3,8 +3,8 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
/* /*
* Quasseldroid - Quassel client for Android * Quasseldroid - Quassel client for Android
* *
* Copyright (c) 2018 Janne Mareike Koschinski * Copyright (c) 2021 Janne Mareike Koschinski
* Copyright (c) 2018 The Quassel Project * Copyright (c) 2021 The Quassel Project
* *
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 3 as published * under the terms of the GNU General Public License version 3 as published
...@@ -28,8 +28,8 @@ buildscript { ...@@ -28,8 +28,8 @@ buildscript {
jcenter() jcenter()
} }
dependencies { dependencies {
classpath("com.android.tools.build:gradle:4.1.2") classpath("com.android.tools.build:gradle:4.2.1")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.0") classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.10")
} }
} }
......
No preview for this file type
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionSha256Sum=0e46229820205440b48a5501122002842b82886e76af35f0f3a069243dca4b3c
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip
distributionSha256Szm=0e46229820205440b48a5501122002842b82886e76af35f0f3a069243dca4b3c
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
#!/usr/bin/env sh #!/usr/bin/env sh
#
# Copyright 2015 the original author or authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
############################################################################## ##############################################################################
## ##
## Gradle start up script for UN*X ## Gradle start up script for UN*X
...@@ -28,7 +44,7 @@ APP_NAME="Gradle" ...@@ -28,7 +44,7 @@ APP_NAME="Gradle"
APP_BASE_NAME=`basename "$0"` APP_BASE_NAME=`basename "$0"`
# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. # Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
DEFAULT_JVM_OPTS="" DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
# Use the maximum available, or set MAX_FD != -1 to use that value. # Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD="maximum" MAX_FD="maximum"
...@@ -66,6 +82,7 @@ esac ...@@ -66,6 +82,7 @@ esac
CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
# Determine the Java command to use to start the JVM. # Determine the Java command to use to start the JVM.
if [ -n "$JAVA_HOME" ] ; then if [ -n "$JAVA_HOME" ] ; then
if [ -x "$JAVA_HOME/jre/sh/java" ] ; then if [ -x "$JAVA_HOME/jre/sh/java" ] ; then
...@@ -109,10 +126,11 @@ if $darwin; then ...@@ -109,10 +126,11 @@ if $darwin; then
GRADLE_OPTS="$GRADLE_OPTS \"-Xdock:name=$APP_NAME\" \"-Xdock:icon=$APP_HOME/media/gradle.icns\"" GRADLE_OPTS="$GRADLE_OPTS \"-Xdock:name=$APP_NAME\" \"-Xdock:icon=$APP_HOME/media/gradle.icns\""
fi fi
# For Cygwin, switch paths to Windows format before running java # For Cygwin or MSYS, switch paths to Windows format before running java
if $cygwin ; then if [ "$cygwin" = "true" -o "$msys" = "true" ] ; then
APP_HOME=`cygpath --path --mixed "$APP_HOME"` APP_HOME=`cygpath --path --mixed "$APP_HOME"`
CLASSPATH=`cygpath --path --mixed "$CLASSPATH"` CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
JAVACMD=`cygpath --unix "$JAVACMD"` JAVACMD=`cygpath --unix "$JAVACMD"`
# We build the pattern for arguments to be converted via cygpath # We build the pattern for arguments to be converted via cygpath
...@@ -138,19 +156,19 @@ if $cygwin ; then ...@@ -138,19 +156,19 @@ if $cygwin ; then
else else
eval `echo args$i`="\"$arg\"" eval `echo args$i`="\"$arg\""
fi fi
i=$((i+1)) i=`expr $i + 1`
done done
case $i in case $i in
(0) set -- ;; 0) set -- ;;
(1) set -- "$args0" ;; 1) set -- "$args0" ;;
(2) set -- "$args0" "$args1" ;; 2) set -- "$args0" "$args1" ;;
(3) set -- "$args0" "$args1" "$args2" ;; 3) set -- "$args0" "$args1" "$args2" ;;
(4) set -- "$args0" "$args1" "$args2" "$args3" ;; 4) set -- "$args0" "$args1" "$args2" "$args3" ;;
(5) set -- "$args0" "$args1" "$args2" "$args3" "$args4" ;; 5) set -- "$args0" "$args1" "$args2" "$args3" "$args4" ;;
(6) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" ;; 6) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" ;;
(7) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" ;; 7) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" ;;
(8) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" ;; 8) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" ;;
(9) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" "$args8" ;; 9) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" "$args8" ;;
esac esac
fi fi
...@@ -159,14 +177,9 @@ save () { ...@@ -159,14 +177,9 @@ save () {
for i do printf %s\\n "$i" | sed "s/'/'\\\\''/g;1s/^/'/;\$s/\$/' \\\\/" ; done for i do printf %s\\n "$i" | sed "s/'/'\\\\''/g;1s/^/'/;\$s/\$/' \\\\/" ; done
echo " " echo " "
} }
APP_ARGS=$(save "$@") APP_ARGS=`save "$@"`
# Collect all arguments for the java command, following the shell quoting and substitution rules # Collect all arguments for the java command, following the shell quoting and substitution rules
eval set -- $DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS "\"-Dorg.gradle.appname=$APP_BASE_NAME\"" -classpath "\"$CLASSPATH\"" org.gradle.wrapper.GradleWrapperMain "$APP_ARGS" eval set -- $DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS "\"-Dorg.gradle.appname=$APP_BASE_NAME\"" -classpath "\"$CLASSPATH\"" org.gradle.wrapper.GradleWrapperMain "$APP_ARGS"
# by default we should be in the correct project dir, but when run from Finder on Mac, the cwd is wrong
if [ "$(uname)" = "Darwin" ] && [ "$HOME" = "$PWD" ]; then
cd "$(dirname "$0")"
fi
exec "$JAVACMD" "$@" exec "$JAVACMD" "$@"
#!/usr/bin/env sh @rem
@rem Copyright 2015 the original author or authors.
############################################################################## @rem
## @rem Licensed under the Apache License, Version 2.0 (the "License");
## Gradle start up script for UN*X @rem you may not use this file except in compliance with the License.
## @rem You may obtain a copy of the License at
############################################################################## @rem
@rem https://www.apache.org/licenses/LICENSE-2.0
# Attempt to set APP_HOME @rem
# Resolve links: $0 may be a link @rem Unless required by applicable law or agreed to in writing, software
PRG="$0" @rem distributed under the License is distributed on an "AS IS" BASIS,
# Need this for relative symlinks. @rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
while [ -h "$PRG" ] ; do @rem See the License for the specific language governing permissions and
ls=`ls -ld "$PRG"` @rem limitations under the License.
link=`expr "$ls" : '.*-> \(.*\)$'` @rem
if expr "$link" : '/.*' > /dev/null; then
PRG="$link" @if "%DEBUG%" == "" @echo off
else @rem ##########################################################################
PRG=`dirname "$PRG"`"/$link" @rem
fi @rem Gradle startup script for Windows
done @rem
SAVED="`pwd`" @rem ##########################################################################
cd "`dirname \"$PRG\"`/" >/dev/null
APP_HOME="`pwd -P`" @rem Set local scope for the variables with windows NT shell
cd "$SAVED" >/dev/null if "%OS%"=="Windows_NT" setlocal
APP_NAME="Gradle" set DIRNAME=%~dp0
APP_BASE_NAME=`basename "$0"` if "%DIRNAME%" == "" set DIRNAME=.
set APP_BASE_NAME=%~n0
# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. set APP_HOME=%DIRNAME%
DEFAULT_JVM_OPTS=""
@rem Resolve any "." and ".." in APP_HOME to make it shorter.
# Use the maximum available, or set MAX_FD != -1 to use that value. for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi
MAX_FD="maximum"
@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
warn () { set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m"
echo "$*"
} @rem Find java.exe
if defined JAVA_HOME goto findJavaFromJavaHome
die () {
echo set JAVA_EXE=java.exe
echo "$*" %JAVA_EXE% -version >NUL 2>&1
echo if "%ERRORLEVEL%" == "0" goto execute
exit 1
} echo.
echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
# OS specific support (must be 'true' or 'false'). echo.
cygwin=false echo Please set the JAVA_HOME variable in your environment to match the
msys=false echo location of your Java installation.
darwin=false
nonstop=false goto fail
case "`uname`" in
CYGWIN* ) :findJavaFromJavaHome
cygwin=true set JAVA_HOME=%JAVA_HOME:"=%
;; set JAVA_EXE=%JAVA_HOME%/bin/java.exe
Darwin* )
darwin=true if exist "%JAVA_EXE%" goto execute
;;
MINGW* ) echo.
msys=true echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
;; echo.
NONSTOP* ) echo Please set the JAVA_HOME variable in your environment to match the
nonstop=true echo location of your Java installation.
;;
esac goto fail
CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar :execute
@rem Setup the command line
# Determine the Java command to use to start the JVM.
if [ -n "$JAVA_HOME" ] ; then set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
if [ -x "$JAVA_HOME/jre/sh/java" ] ; then
# IBM's JDK on AIX uses strange locations for the executables
JAVACMD="$JAVA_HOME/jre/sh/java" @rem Execute Gradle
else "%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %*
JAVACMD="$JAVA_HOME/bin/java"
fi :end
if [ ! -x "$JAVACMD" ] ; then @rem End local scope for the variables with windows NT shell
die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME if "%ERRORLEVEL%"=="0" goto mainEnd
Please set the JAVA_HOME variable in your environment to match the :fail
location of your Java installation." rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
fi rem the _cmd.exe /c_ return code!
else if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1
JAVACMD="java" exit /b 1
which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
:mainEnd
Please set the JAVA_HOME variable in your environment to match the if "%OS%"=="Windows_NT" endlocal
location of your Java installation."
fi :omega
# Increase the maximum file descriptors if we can.
if [ "$cygwin" = "false" -a "$darwin" = "false" -a "$nonstop" = "false" ] ; then
MAX_FD_LIMIT=`ulimit -H -n`
if [ $? -eq 0 ] ; then
if [ "$MAX_FD" = "maximum" -o "$MAX_FD" = "max" ] ; then
MAX_FD="$MAX_FD_LIMIT"
fi
ulimit -n $MAX_FD
if [ $? -ne 0 ] ; then
warn "Could not set maximum file descriptor limit: $MAX_FD"
fi
else
warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
fi
fi
# For Darwin, add options to specify how the application appears in the dock
if $darwin; then
GRADLE_OPTS="$GRADLE_OPTS \"-Xdock:name=$APP_NAME\" \"-Xdock:icon=$APP_HOME/media/gradle.icns\""
fi
# For Cygwin, switch paths to Windows format before running java
if $cygwin ; then
APP_HOME=`cygpath --path --mixed "$APP_HOME"`
CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
JAVACMD=`cygpath --unix "$JAVACMD"`
# We build the pattern for arguments to be converted via cygpath
ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
SEP=""
for dir in $ROOTDIRSRAW ; do
ROOTDIRS="$ROOTDIRS$SEP$dir"
SEP="|"
done
OURCYGPATTERN="(^($ROOTDIRS))"
# Add a user-defined pattern to the cygpath arguments
if [ "$GRADLE_CYGPATTERN" != "" ] ; then
OURCYGPATTERN="$OURCYGPATTERN|($GRADLE_CYGPATTERN)"
fi
# Now convert the arguments - kludge to limit ourselves to /bin/sh
i=0
for arg in "$@" ; do
CHECK=`echo "$arg"|egrep -c "$OURCYGPATTERN" -`
CHECK2=`echo "$arg"|egrep -c "^-"` ### Determine if an option
if [ $CHECK -ne 0 ] && [ $CHECK2 -eq 0 ] ; then ### Added a condition
eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
else
eval `echo args$i`="\"$arg\""
fi
i=$((i+1))
done
case $i in
(0) set -- ;;
(1) set -- "$args0" ;;
(2) set -- "$args0" "$args1" ;;
(3) set -- "$args0" "$args1" "$args2" ;;
(4) set -- "$args0" "$args1" "$args2" "$args3" ;;
(5) set -- "$args0" "$args1" "$args2" "$args3" "$args4" ;;
(6) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" ;;
(7) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" ;;
(8) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" ;;
(9) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" "$args8" ;;
esac
fi
# Escape application args
save () {
for i do printf %s\\n "$i" | sed "s/'/'\\\\''/g;1s/^/'/;\$s/\$/' \\\\/" ; done
echo " "
}
APP_ARGS=$(save "$@")
# Collect all arguments for the java command, following the shell quoting and substitution rules
eval set -- $DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS "\"-Dorg.gradle.appname=$APP_BASE_NAME\"" -classpath "\"$CLASSPATH\"" org.gradle.wrapper.GradleWrapperMain "$APP_ARGS"
# by default we should be in the correct project dir, but when run from Finder on Mac, the cwd is wrong
if [ "$(uname)" = "Darwin" ] && [ "$HOME" = "$PWD" ]; then
cd "$(dirname "$0")"
fi
exec "$JAVACMD" "$@"
/* /*
* Quasseldroid - Quassel client for Android * Quasseldroid - Quassel client for Android
* *
* Copyright (c) 2018 Janne Mareike Koschinski * Copyright (c) 2021 Janne Mareike Koschinski
* Copyright (c) 2018 The Quassel Project * Copyright (c) 2021 The Quassel Project
* *
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 3 as published * under the terms of the GNU General Public License version 3 as published
......
...@@ -29,9 +29,9 @@ tasks.withType<KotlinCompile> { ...@@ -29,9 +29,9 @@ tasks.withType<KotlinCompile> {
} }
dependencies { dependencies {
implementation(kotlin("stdlib", "1.5.0")) implementation(kotlin("stdlib", "1.5.10"))
implementation(project(":invokerannotations")) implementation(project(":invokerannotations"))
implementation("org.jetbrains.kotlin", "kotlin-compiler-embeddable", "1.5.0") implementation("org.jetbrains.kotlin", "kotlin-compiler-embeddable", "1.5.10")
implementation("com.squareup", "kotlinpoet", "1.8.0") implementation("com.squareup", "kotlinpoet", "1.8.0")
compileOnly("com.google.auto.service:auto-service:1.0-rc7") compileOnly("com.google.auto.service:auto-service:1.0-rc7")
kapt("com.google.auto.service:auto-service:1.0-rc7") kapt("com.google.auto.service:auto-service:1.0-rc7")
......
...@@ -23,7 +23,7 @@ plugins { ...@@ -23,7 +23,7 @@ plugins {
} }
dependencies { dependencies {
implementation(kotlin("stdlib", "1.5.0")) implementation(kotlin("stdlib", "1.5.10"))
implementation("androidx.annotation", "annotation", "1.1.0") implementation("androidx.annotation", "annotation", "1.1.0")
......
...@@ -22,7 +22,7 @@ plugins { ...@@ -22,7 +22,7 @@ plugins {
} }
dependencies { dependencies {
implementation(kotlin("stdlib", "1.5.0")) implementation(kotlin("stdlib", "1.5.10"))
implementation("androidx.annotation", "annotation", "1.1.0") implementation("androidx.annotation", "annotation", "1.1.0")
......
/* /*
* Quasseldroid - Quassel client for Android * Quasseldroid - Quassel client for Android
* *
* Copyright (c) 2018 Janne Mareike Koschinski * Copyright (c) 2021 Janne Mareike Koschinski
* Copyright (c) 2018 The Quassel Project * Copyright (c) 2021 The Quassel Project
* *
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 3 as published * under the terms of the GNU General Public License version 3 as published
...@@ -42,7 +42,7 @@ android { ...@@ -42,7 +42,7 @@ android {
} }
dependencies { dependencies {
implementation(kotlin("stdlib", "1.5.0")) implementation(kotlin("stdlib", "1.5.10"))
implementation("com.google.code.gson", "gson", "2.8.5") implementation("com.google.code.gson", "gson", "2.8.5")
implementation("androidx.annotation", "annotation", "1.1.0") implementation("androidx.annotation", "annotation", "1.1.0")
......
/* /*
* Quasseldroid - Quassel client for Android * Quasseldroid - Quassel client for Android
* *
* Copyright (c) 2018 Janne Mareike Koschinski * Copyright (c) 2021 Janne Mareike Koschinski
* Copyright (c) 2018 The Quassel Project * Copyright (c) 2021 The Quassel Project
* *
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 3 as published * under the terms of the GNU General Public License version 3 as published
...@@ -49,7 +49,7 @@ android { ...@@ -49,7 +49,7 @@ android {
} }
dependencies { dependencies {
implementation(kotlin("stdlib", "1.5.0")) implementation(kotlin("stdlib", "1.5.10"))
implementation("androidx.appcompat", "appcompat", "1.1.0") implementation("androidx.appcompat", "appcompat", "1.1.0")
......
/* /*
* Quasseldroid - Quassel client for Android * Quasseldroid - Quassel client for Android
* *
* Copyright (c) 2018 Janne Mareike Koschinski * Copyright (c) 2021 Janne Mareike Koschinski
* Copyright (c) 2018 The Quassel Project * Copyright (c) 2021 The Quassel Project
* *
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 3 as published * under the terms of the GNU General Public License version 3 as published
...@@ -42,6 +42,6 @@ android { ...@@ -42,6 +42,6 @@ android {
} }
dependencies { dependencies {
implementation(kotlin("stdlib", "1.5.0")) implementation(kotlin("stdlib", "1.5.10"))
implementation("androidx.appcompat", "appcompat", "1.1.0") implementation("androidx.appcompat", "appcompat", "1.1.0")
} }
/* /*
* Quasseldroid - Quassel client for Android * Quasseldroid - Quassel client for Android
* *
* Copyright (c) 2018 Janne Mareike Koschinski * Copyright (c) 2021 Janne Mareike Koschinski
* Copyright (c) 2018 The Quassel Project * Copyright (c) 2021 The Quassel Project
* *
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 3 as published * under the terms of the GNU General Public License version 3 as published
...@@ -42,7 +42,7 @@ android { ...@@ -42,7 +42,7 @@ android {
} }
dependencies { dependencies {
implementation(kotlin("stdlib", "1.5.0")) implementation(kotlin("stdlib", "1.5.10"))
implementation("androidx.appcompat", "appcompat", "1.1.0") implementation("androidx.appcompat", "appcompat", "1.1.0")
withVersion("2.2.0") { withVersion("2.2.0") {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment