Skip to content

Commit

Permalink
1.0.30封版
Browse files Browse the repository at this point in the history
  • Loading branch information
aaatttcccc committed May 10, 2021
1 parent 710fb35 commit 83d7600
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ task clean(type: Delete) {

ext {

versionCode = 1029
versionName = '1.0.29'
versionCode = 1030
versionName = '1.0.30'

androidCompileSdkVersion = 30
androidBuildToolsVersion = '26.0.2'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ public final class ThreadUtils {

/**
* Return whether the thread is the main thread.
* 返回该线程是否是主线程。
*
* @return {@code true}: yes<br>{@code false}: no
*/
Expand Down

0 comments on commit 83d7600

Please sign in to comment.