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 {
174
174
applicationId " io.metamask"
175
175
minSdkVersion rootProject. ext. minSdkVersion
176
176
targetSdkVersion rootProject. ext. targetSdkVersion
177
- versionCode 10
178
- versionName " 0.1.9 "
177
+ versionCode 11
178
+ versionName " 0.1.10 "
179
179
multiDexEnabled true
180
180
testBuildType System . getProperty(' testBuildType' , ' debug' )
181
181
missingDimensionStrategy " minReactNative" , " minReactNative46"
Original file line number Diff line number Diff line change 17
17
<key >CFBundlePackageType </key >
18
18
<string >APPL </string >
19
19
<key >CFBundleShortVersionString </key >
20
- <string >0.1.9 </string >
20
+ <string >0.1.10 </string >
21
21
<key >CFBundleSignature </key >
22
22
<string >???? </string >
23
23
<key >CFBundleURLTypes </key >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " metamask" ,
3
- "version" : " 0.1.9 " ,
3
+ "version" : " 0.1.10 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"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