Commit b8eb6d1397355d207f645f45c5eab6cab9a84072
1 parent
7bae90d9
更新 UtilJar
Showing
6 changed files
with
9 additions
and
4 deletions
.idea/markdown-navigator/profiles_settings.xml
0 → 100644
.idea/modules.xml
| ... | ... | @@ -2,8 +2,10 @@ |
| 2 | 2 | <project version="4"> |
| 3 | 3 | <component name="ProjectModuleManager"> |
| 4 | 4 | <modules> |
| 5 | + <module fileurl="file://$PROJECT_DIR$/CNAnalyticsDemo.iml" filepath="$PROJECT_DIR$/CNAnalyticsDemo.iml" /> | |
| 5 | 6 | <module fileurl="file://$PROJECT_DIR$/CNProbeDemo.iml" filepath="$PROJECT_DIR$/CNProbeDemo.iml" /> |
| 6 | 7 | <module fileurl="file://$PROJECT_DIR$/app/app.iml" filepath="$PROJECT_DIR$/app/app.iml" /> |
| 8 | + <module fileurl="file://$PROJECT_DIR$/app/app.iml" filepath="$PROJECT_DIR$/app/app.iml" /> | |
| 7 | 9 | </modules> |
| 8 | 10 | </component> |
| 9 | 11 | </project> |
| 10 | 12 | \ No newline at end of file | ... | ... |
app/build.gradle
app/libs/libcnliveutil.jar
No preview for this file type
build.gradle
| ... | ... | @@ -5,7 +5,7 @@ buildscript { |
| 5 | 5 | jcenter() |
| 6 | 6 | } |
| 7 | 7 | dependencies { |
| 8 | - classpath 'com.android.tools.build:gradle:2.2.2' | |
| 8 | + classpath 'com.android.tools.build:gradle:2.3.0' | |
| 9 | 9 | |
| 10 | 10 | // NOTE: Do not place your application dependencies here; they belong |
| 11 | 11 | // in the individual module build.gradle files | ... | ... |
gradle/wrapper/gradle-wrapper.properties
| 1 | -#Mon Dec 28 10:00:20 PST 2015 | |
| 1 | +#Wed Apr 12 17:46:10 CST 2017 | |
| 2 | 2 | distributionBase=GRADLE_USER_HOME |
| 3 | 3 | distributionPath=wrapper/dists |
| 4 | 4 | zipStoreBase=GRADLE_USER_HOME |
| 5 | 5 | zipStorePath=wrapper/dists |
| 6 | -distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip | |
| 6 | +distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip | ... | ... |