Skip to content

Commit

Permalink
Release v0.3.13 (code 29) TESTNET
Browse files Browse the repository at this point in the history
  • Loading branch information
dpad85 committed Dec 14, 2018
1 parent 437c517 commit 3f7087b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ android {
compileSdkVersion 28
buildToolsVersion '28.0.3'
defaultConfig {
applicationId "fr.acinq.eclair.wallet.dev"
applicationId "fr.acinq.eclair.wallet"
minSdkVersion 21
targetSdkVersion 28
versionCode 28
versionName "0.3.13-DEV"
versionCode 29
versionName "0.3.13"
testInstrumentationRunner "android.support.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 Wallet 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>

Expand Down

0 comments on commit 3f7087b

Please sign in to comment.