Commit b8eb6d1397355d207f645f45c5eab6cab9a84072

Authored by 朱显松
1 parent 7bae90d9

更新 UtilJar

.idea/markdown-navigator/profiles_settings.xml 0 → 100644
  1 +<component name="MarkdownNavigator.ProfileManager">
  2 + <settings default="" pdf-export="" />
  3 +</component>
0 4 \ No newline at end of file
... ...
.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
... ... @@ -2,7 +2,7 @@ apply plugin: &#39;com.android.application&#39;
2 2  
3 3 android {
4 4 compileSdkVersion 24
5   - buildToolsVersion "24.0.3"
  5 + buildToolsVersion '25.0.0'
6 6 defaultConfig {
7 7 applicationId "com.cnlive.demo.probe"
8 8 minSdkVersion 16
... ...
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
... ...