update gradle

pull/21/head
fengyuecanzhu 2 years ago
parent 1b2096ae80
commit 25786bae72
  1. 1
      DialogX/build.gradle
  2. 2
      app/version_code.properties
  3. 2
      gradle/wrapper/gradle-wrapper.properties

@ -1,5 +1,4 @@
apply plugin: 'com.android.library' apply plugin: 'com.android.library'
apply plugin: 'android-maven'
def siteUrl = 'https://github.com/kongzue/DialogX' //github主页地址 def siteUrl = 'https://github.com/kongzue/DialogX' //github主页地址
def gitUrl = 'https://github.com/kongzue/DialogX.git' //Git仓库的地址 def gitUrl = 'https://github.com/kongzue/DialogX.git' //Git仓库的地址

@ -1,3 +1,3 @@
#Fri Jun 18 21:45:31 CST 2021 #Fri Jun 18 21:45:31 CST 2021
VERSION_CODE=243 VERSION_CODE=243
NEED_CREATE_RELEASE=true NEED_CREATE_RELEASE=false

@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-all.zip

Loading…
Cancel
Save