浏览代码

fix gradle after rebase

AndyScherzinger 8 年之前
父节点
当前提交
21d3df96e0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -24,7 +24,7 @@ apply plugin: 'pmd'
 apply plugin: 'findbugs'
 apply plugin: 'findbugs'
 
 
 ext {
 ext {
-    supportLibraryVersion = '24.2.1'
+    supportLibraryVersion = '25.0.0'
 
 
     travisBuild = System.getenv("TRAVIS") == "true"
     travisBuild = System.getenv("TRAVIS") == "true"