Skip to content

Commit

Permalink
1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kongzue committed Jun 20, 2023
1 parent b63c1d2 commit 86b120f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions basejson/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
minSdkVersion 14
//noinspection ExpiredTargetSdkVersion
targetSdkVersion 30
versionCode 13
versionName "1.2.0"
versionCode 14
versionName "1.2.1"
}

buildTypes {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public JsonList(String jsonStr) {
}
}
} catch (Exception e) {
e.printStackTrace();

}
}

Expand Down

0 comments on commit 86b120f

Please sign in to comment.