File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -86,8 +86,8 @@ android {
8686 applicationId " dev.fuwa.pskey"
8787 minSdkVersion rootProject. ext. minSdkVersion
8888 targetSdkVersion rootProject. ext. targetSdkVersion
89- versionCode 10
90- versionName " 1.5 .0"
89+ versionCode 11
90+ versionName " 1.6 .0"
9191 }
9292 signingConfigs {
9393 debug {
Original file line number Diff line number Diff line change 11{
22 "name" : " dev.fuwa.pskey" ,
3- "version" : " 1.5 .0" ,
3+ "version" : " 1.6 .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 @@ -162,7 +162,7 @@ const ConfigModal: React.FC<Props> = (props) => {
162162 source = { { uri : "splash_icon" } }
163163 style = { { width : 100 , height : 100 } }
164164 />
165- < Text style = { [ style_fg , styles . headingText ] } > PSkey v1.5 .0</ Text >
165+ < Text style = { [ style_fg , styles . headingText ] } > PSkey v1.6 .0</ Text >
166166 < Text style = { [ style_fg , styles . noteText ] } > { t ( "aboutPSkey" ) } </ Text >
167167 < Pressable
168168 onPress = { ( ) => {
You can’t perform that action at this time.
0 commit comments