Skip to content

Commit

Permalink
格式化
Browse files Browse the repository at this point in the history
  • Loading branch information
microshow committed Sep 3, 2020
1 parent 2090807 commit 03f7fe6
Show file tree
Hide file tree
Showing 16 changed files with 518 additions and 495 deletions.
4 changes: 2 additions & 2 deletions configs.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ ext {
//支持包版本
supportLibValue = "28.0.0"
//应用 versionCode
versionCodeValue = 30
versionCodeValue = 1
//应用 version 名称,更多设置里显示的
versionNameValue = "3.0.0"
versionNameValue = "1.0.0"

}
2 changes: 1 addition & 1 deletion retrofitgo/src/main/java/io/microshow/retrofitgo/Host.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
@Retention(RetentionPolicy.RUNTIME)
public @interface Host {

String baseUrl();
String baseUrl();
}
Loading

0 comments on commit 03f7fe6

Please sign in to comment.