File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -87,8 +87,8 @@ android {
8787 applicationId " dev.fuwa.pskey"
8888 minSdkVersion rootProject. ext. minSdkVersion
8989 targetSdkVersion rootProject. ext. targetSdkVersion
90- versionCode 13
91- versionName " 1.7.1 "
90+ versionCode 14
91+ versionName " 1.8.0 "
9292 }
9393 signingConfigs {
9494 debug {
Original file line number Diff line number Diff line change 11{
22 "name" : " dev.fuwa.pskey" ,
3- "version" : " 1.7.1 " ,
3+ "version" : " 1.8.0 " ,
44 "scripts" : {
55 "android" : " react-native run-android" ,
66 "ios" : " react-native run-ios" ,
Original file line number Diff line number Diff line change @@ -230,7 +230,7 @@ const ConfigModal: React.FC<Props> = (props) => {
230230 source = { { uri : "splash_icon" } }
231231 style = { { width : 100 , height : 100 } }
232232 />
233- < Text style = { [ style_fg , styles . headingText ] } > PSkey v1.7.1 </ Text >
233+ < Text style = { [ style_fg , styles . headingText ] } > PSkey v1.8.0 </ Text >
234234 < Text style = { [ style_fg , styles . noteText ] } > { t ( "aboutPSkey" ) } </ Text >
235235 < Pressable
236236 onPress = { ( ) => {
You can’t perform that action at this time.
0 commit comments