소스 검색

升级版本到1.2.5

weizhengliang 1 년 전
부모
커밋
a20e493f03
2개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 3 3
      app/build.gradle
  2. 2 2
      build.gradle

+ 3 - 3
app/build.gradle

@@ -103,9 +103,9 @@ dependencies {
     /**
      * 内存泄漏监控
      */
-    debugCompile 'com.squareup.leakcanary:leakcanary-android:1.5.1'
-    releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.5.1'
-    testCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.5.1'
+    //debugCompile 'com.squareup.leakcanary:leakcanary-android:1.5.1'
+    //releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.5.1'
+    //testCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.5.1'
     /**
      * Kotlin依赖
      */

+ 2 - 2
build.gradle

@@ -47,12 +47,12 @@ buildscript {
     /**
      * APP版本码
      */
-    ext.app_version_code = 52
+    ext.app_version_code = 53
 
     /**
      * APP版本号
      */
-    ext.app_version = "1.2.4"
+    ext.app_version = "1.2.5"
 
     /**
      * 项目依赖库