Skip to content

Commit

Permalink
修复float装备精度问题
Browse files Browse the repository at this point in the history
  • Loading branch information
GordonGgx committed Sep 4, 2017
1 parent 86de5c8 commit 869beee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion annotations/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'java'
apply plugin: 'com.github.dcendents.android-maven'
group='com.github.guanguoxiang'
project.archivesBaseName="annotations"
project.archivesBaseName="Annotations"

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
Expand Down
2 changes: 1 addition & 1 deletion compiler/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'java'
apply plugin: 'com.github.dcendents.android-maven'
group='com.github.guanguoxiang'
project.archivesBaseName="compiler"
project.archivesBaseName="Compiler"
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.google.auto.service:auto-service:1.0-rc2'
Expand Down
2 changes: 1 addition & 1 deletion sharepreference/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
group='com.github.guanguoxiang'
project.archivesBaseName="sharepreference"
project.archivesBaseName="SharePreference"
android {
compileSdkVersion 25
buildToolsVersion "25.0.3"
Expand Down

0 comments on commit 869beee

Please sign in to comment.