Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed May 30, 2018
1 parent ce90903 commit 4837959
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fastmodel/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')

// 用于生成Java文件的库
compile 'com.squareup:javapoet:1.8.0'
compile 'com.google.auto.service:auto-service:1.0-rc3'
compile 'com.google.android:android:4.1.1.4'
compileOnly 'com.squareup:javapoet:1.8.0'
compileOnly 'com.google.auto.service:auto-service:1.0-rc3'
compileOnly 'com.google.android:android:4.1.1.4'
}

sourceCompatibility = "1.7"
Expand Down

0 comments on commit 4837959

Please sign in to comment.