From 6eaa481cfe0d5d445628b806fb911b1fa177cdd3 Mon Sep 17 00:00:00 2001
From: nilupeng <qingingrunt2010@qq.com>
Date: Mon, 15 Aug 2022 04:12:41 +0000
Subject: [PATCH] README.md修改

---
 build.gradle |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/build.gradle b/build.gradle
index 7cbb664..efa40c2 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,11 +1,13 @@
 // Top-level build file where you can add configuration options common to all sub-projects/modules.
 buildscript {
+    ext.kotlin_version = "1.4.31"
     repositories {
         google()
         mavenCentral()
     }
     dependencies {
         classpath "com.android.tools.build:gradle:7.0.3"
+        classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.20"
 
         // NOTE: Do not place your application dependencies here; they belong
         // in the individual module build.gradle files

--
Gitblit v1.9.1