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,8 +2,10 @@ | ||
| 2 | <project version="4"> | 2 | <project version="4"> |
| 3 | <component name="ProjectModuleManager"> | 3 | <component name="ProjectModuleManager"> |
| 4 | <modules> | 4 | <modules> |
| 5 | + <module fileurl="file://$PROJECT_DIR$/CNAnalyticsDemo.iml" filepath="$PROJECT_DIR$/CNAnalyticsDemo.iml" /> | ||
| 5 | <module fileurl="file://$PROJECT_DIR$/CNProbeDemo.iml" filepath="$PROJECT_DIR$/CNProbeDemo.iml" /> | 6 | <module fileurl="file://$PROJECT_DIR$/CNProbeDemo.iml" filepath="$PROJECT_DIR$/CNProbeDemo.iml" /> |
| 6 | <module fileurl="file://$PROJECT_DIR$/app/app.iml" filepath="$PROJECT_DIR$/app/app.iml" /> | 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 | </modules> | 9 | </modules> |
| 8 | </component> | 10 | </component> |
| 9 | </project> | 11 | </project> |
| 10 | \ No newline at end of file | 12 | \ No newline at end of file |
app/build.gradle
| @@ -2,7 +2,7 @@ apply plugin: 'com.android.application' | @@ -2,7 +2,7 @@ apply plugin: 'com.android.application' | ||
| 2 | 2 | ||
| 3 | android { | 3 | android { |
| 4 | compileSdkVersion 24 | 4 | compileSdkVersion 24 |
| 5 | - buildToolsVersion "24.0.3" | 5 | + buildToolsVersion '25.0.0' |
| 6 | defaultConfig { | 6 | defaultConfig { |
| 7 | applicationId "com.cnlive.demo.probe" | 7 | applicationId "com.cnlive.demo.probe" |
| 8 | minSdkVersion 16 | 8 | minSdkVersion 16 |
app/libs/libcnliveutil.jar
No preview for this file type
build.gradle
| @@ -5,7 +5,7 @@ buildscript { | @@ -5,7 +5,7 @@ buildscript { | ||
| 5 | jcenter() | 5 | jcenter() |
| 6 | } | 6 | } |
| 7 | dependencies { | 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 | // NOTE: Do not place your application dependencies here; they belong | 10 | // NOTE: Do not place your application dependencies here; they belong |
| 11 | // in the individual module build.gradle files | 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 | distributionBase=GRADLE_USER_HOME | 2 | distributionBase=GRADLE_USER_HOME |
| 3 | distributionPath=wrapper/dists | 3 | distributionPath=wrapper/dists |
| 4 | zipStoreBase=GRADLE_USER_HOME | 4 | zipStoreBase=GRADLE_USER_HOME |
| 5 | zipStorePath=wrapper/dists | 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 |