File tree Expand file tree Collapse file tree 4 files changed +11
-12
lines changed Expand file tree Collapse file tree 4 files changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -82,8 +82,8 @@ android {
8282 setProperty(" archivesBaseName" , " OpenDTUApp" )
8383 minSdkVersion rootProject. ext. minSdkVersion
8484 targetSdkVersion rootProject. ext. targetSdkVersion
85- versionCode 19
86- versionName " 0.2.2 "
85+ versionCode 20
86+ versionName " 0.3.0 "
8787 }
8888 signingConfigs {
8989 debug {
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.2.2 </string >
20+ <string >0.3.0 </string >
2121 <key >CFBundleSignature </key >
2222 <string >???? </string >
2323 <key >CFBundleVersion </key >
24- <string >19 </string >
24+ <string >20 </string >
2525 <key >LSRequiresIPhoneOS </key >
2626 <true />
2727 <key >NSAppTransportSecurity </key >
2828 <dict >
29- <!-- Do not change NSAllowsArbitraryLoads to true, or you will risk app rejection! -->
30- <key >NSAllowsArbitraryLoads </key >
31- <false />
32- <key >NSAllowsLocalNetworking </key >
33- <true />
29+ <key >NSAllowsArbitraryLoads </key >
30+ <false />
31+ <key >NSAllowsLocalNetworking </key >
32+ <true />
3433 </dict >
3534 <key >NSLocationWhenInUseUsageDescription </key >
3635 <string />
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >BNDL </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >0.2.2 </string >
18+ <string >0.3.0 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
22- <string >19 </string >
22+ <string >20 </string >
2323</dict >
2424</plist >
Original file line number Diff line number Diff line change 11{
22 "name" : " opendtu-react-native" ,
3- "version" : " 0.2.2 " ,
3+ "version" : " 0.3.0 " ,
44 "private" : true ,
55 "repository" : {
66 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments