Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/talk-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Scherzinger <info@andy-scherzinger.de>2021-04-29 16:09:17 +0300
committerAndy Scherzinger <info@andy-scherzinger.de>2021-04-29 16:09:17 +0300
commitad9a1e804d5d979ff6bfd3a1748093ce0ab0b80a (patch)
tree3faa50a6b926c8b338421a33634bc2af6e0697ab /build.gradle
parent718a34045a902de8b23d4fab8712be4b4947524e (diff)
removing double-empty-lines on build files
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 25aaf4ddf..18a89796d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -20,7 +20,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
@@ -35,6 +34,7 @@ buildscript {
maven { url 'https://plugins.gradle.org/m2/' }
mavenCentral()
}
+
dependencies {
classpath 'com.android.tools.build:gradle:4.1.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlinVersion}"