File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ apply plugin: 'kotlin-android-extensions'
77android {
88 compileSdkVersion 26
99 defaultConfig {
10- applicationId " jfyg.etherscan.helloetherescan "
10+ applicationId " jfyg.etherscan.etherscanapi "
1111 minSdkVersion 15
1212 targetSdkVersion 26
1313 versionCode 1
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ android {
1515
1616 buildTypes {
1717 release {
18- minifyEnabled true
18+ minifyEnabled false
1919 proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.pro'
2020 }
2121 }
Original file line number Diff line number Diff line change 11<resources >
2- <string name =" app_name" >Hello Etherscan </string >
2+ <string name =" app_name" >etherscanapi </string >
33</resources >
You can’t perform that action at this time.
0 commit comments