瀏覽代碼

okhttp

tags/v20231201
李俊才 2 年之前
父節點
當前提交
17d1356ac5
共有 2 個檔案被更改,包括 21 行新增1 行删除
  1. +17
    -0
      build.gradle
  2. +4
    -1
      gradle.properties

+ 17
- 0
build.gradle 查看文件

@@ -7,6 +7,23 @@ buildscript {
targetSdkVersion = 30
buildToolsVersion = '30.0.3'
}

repositories {
maven { url 'https://maven.aliyun.com/repository/public' }
maven { url 'https://maven.aliyun.com/repository/central' }
maven { url 'https://maven.aliyun.com/repository/google' }
maven { url 'https://maven.aliyun.com/repository/gradle-plugin' }
maven { url "https://jitpack.io" }
google()
jcenter()
mavenCentral()
maven { url 'https://repo1.maven.org/maven2/' }
}
dependencies {
classpath ("com.sankuai.waimai.router:plugin:1.2.0") {
exclude group: 'com.android.tools.build'
}
}
}
plugins {
id 'com.android.application' version '7.2.1' apply false


+ 4
- 1
gradle.properties 查看文件

@@ -20,4 +20,7 @@ android.enableJetifier=true
# resources declared in the library itself and none from the library's dependencies,
# thereby reducing the size of the R class for that library
android.nonTransitiveRClass=true
USER_SAVE_KEY = "user_save_key"
USER_SAVE_KEY = "user_save_key"
USER_SAVE_VALUE_KEY = "user_save_value_key"
ACCESS_KEY = "4994e425-01df-11e6-8c30-005056800d0e"
USER_SAVE_DES_IV = "01234567"

Loading…
取消
儲存