File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -174,8 +174,8 @@ android {
174174 applicationId " io.metamask"
175175 minSdkVersion rootProject. ext. minSdkVersion
176176 targetSdkVersion rootProject. ext. targetSdkVersion
177- versionCode 9
178- versionName " 0.1.8 "
177+ versionCode 10
178+ versionName " 0.1.9 "
179179 multiDexEnabled true
180180 testBuildType System . getProperty(' testBuildType' , ' debug' )
181181 missingDimensionStrategy " minReactNative" , " minReactNative46"
Original file line number Diff line number Diff line change 1717 <key >CFBundlePackageType </key >
1818 <string >APPL </string >
1919 <key >CFBundleShortVersionString </key >
20- <string >0.1.8 </string >
20+ <string >0.1.9 </string >
2121 <key >CFBundleSignature </key >
2222 <string >???? </string >
2323 <key >CFBundleURLTypes </key >
Original file line number Diff line number Diff line change 11{
22 "name" : " metamask" ,
3- "version" : " 0.1.8 " ,
3+ "version" : " 0.1.9 " ,
44 "private" : true ,
55 "scripts" : {
66 "restart-packager-clean" : " watchman watch-del-all && rm -rf $TMPDIR/react-* && npm start -- --reset-cache" ,
You can’t perform that action at this time.
0 commit comments