File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3- package =" com.bitcoinlabs.android_dev "
3+ package =" com.bitcoinlabs.android "
44 android : versionCode =" 4"
5- android : versionName =" 0.0.4-SNAPSHOT " >
5+ android : versionName =" @string/vesion_name " >
66 <uses-sdk android : minSdkVersion =" 7" />
77 <uses-permission android : name =" android.permission.INTERNET" />
8- <application android : label =" BitcoinDev " android : icon =" @drawable/icon" >
9- <activity android : name =" .Bitcoin" android : label =" BitcoinDev " android : configChanges =" orientation|keyboard|keyboardHidden" >
8+ <application android : label =" @string/app_name " android : icon =" @drawable/icon" >
9+ <activity android : name =" .Bitcoin" android : label =" @string/app_name " android : configChanges =" orientation|keyboard|keyboardHidden" >
1010 <intent-filter >
1111 <action android : name =" android.intent.action.MAIN" />
1212 <category android : name =" android.intent.category.LAUNCHER" />
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<resources >
3- <string name =" app_name" >Bitcoin</string >
3+ <string name =" vesion_name" >0.0.4-SNAPSHOT</string >
4+ <string name =" app_name" >BitcoinDev</string >
45 <string name =" cancelPayButton" >Cancel</string >
56 <string name =" receiveAmountLabel" >Receive Amount</string >
67 <string name =" recieveLabelLabel" >Name</string >
You can’t perform that action at this time.
0 commit comments