Skip to content

Commit

Permalink
Release v0.4.12 (code 52) TESTNET
Browse files Browse the repository at this point in the history
  • Loading branch information
dpad85 committed Jun 11, 2020
1 parent 19bb917 commit 282c080
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ android {
compileSdkVersion 29
buildToolsVersion '28.0.3'
defaultConfig {
applicationId "fr.acinq.eclair.wallet.dev"
applicationId "fr.acinq.eclair.wallet"
minSdkVersion 21
targetSdkVersion 29
versionCode 52
versionName "0.4.12.DEV"
versionName "0.4.12"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled true
}
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<!-- //////////////// Application Strings //////////////////// -->

<string name="lang">eng</string>
<string name="app_name">Eclair DEV</string>
<string name="app_name">Eclair Mobile Testnet</string>
<string name="notification_channel_closing_ln_channel_name">Channel Closing</string>
<string name="notification_channel_closing_ln_channel_desc">Notification displayed when a channel is closing, be it cooperative or not.</string>
<string name="notification_channel_restart_name">Background watcher</string>
Expand Down

0 comments on commit 282c080

Please sign in to comment.