ソースを参照

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'
 
 ext {
-    supportLibraryVersion = '24.2.1'
+    supportLibraryVersion = '25.0.0'
 
     travisBuild = System.getenv("TRAVIS") == "true"