Skip to content

Commit

Permalink
xiufu
Browse files Browse the repository at this point in the history
  • Loading branch information
朱林 committed Sep 4, 2019
1 parent 84548e1 commit f85f786
Show file tree
Hide file tree
Showing 23 changed files with 25 additions and 1,738 deletions.
35 changes: 22 additions & 13 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,19 +1,28 @@
plugins {
id 'java'
}
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
repositories {
google()
jcenter()

group 'com.zl'
version '1.0-SNAPSHOT'
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.0'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}

sourceCompatibility = 1.8
allprojects {
repositories {
google()
jcenter()

repositories {
mavenCentral()
}
}

dependencies {
compile group: 'commons-codec', name: 'commons-codec', version: '1.13'
compile group: 'com.alibaba', name: 'fastjson', version: '1.2.59'
compile group: 'com.squareup.okhttp3', name: 'okhttp', version: '3.14.2'
testCompile group: 'junit', name: 'junit', version: '4.12'
task clean(type: Delete) {
delete rootProject.buildDir
}
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Mon Sep 02 17:26:07 CST 2019
#Thu Aug 22 15:45:19 CST 2019
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
3 changes: 1 addition & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
rootProject.name = 'aliyun'

include ':app', ':FaceDetect'
71 changes: 0 additions & 71 deletions src/main/java/com/zl/aliyun/iot/IotApi.java

This file was deleted.

100 changes: 0 additions & 100 deletions src/main/java/com/zl/aliyun/iot/SignatureUtils.java

This file was deleted.

50 changes: 0 additions & 50 deletions src/main/java/com/zl/aliyun/iot/UrlUtil.java

This file was deleted.

Loading

0 comments on commit f85f786

Please sign in to comment.