Skip to content

Commit

Permalink
gradle update. SSID指定のヘルプを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
tateisu committed Sep 15, 2017
1 parent 2e3977c commit 9b456ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 @@ -150,7 +150,7 @@ FADownloaderはテザリング内部のLANにUDPパケットをばらまいた
<string name="force_wifi_help" translatable="false">Wi-Fi強制機能をONにしてWi-Fi AP SSIDを入力すると、Wi-Fi接続がより安定します。\n・Wi-FiがOFFになっていたらONにします\n・指定したSSIDの優先度を上げます\n・指定したSSIDと現在の接続先が異なる場合、Wi-Fi APのスキャンを定期的に行います\n・指定したSSIDがスキャン結果に含まれる場合、そのWi-Fi APに接続先を切り替えます\n</string>

<string name="wifi_ap_ssid">Wi-Fi AP SSID</string>
<string name="wifi_ap_ssid_help" translatable="false">Wi-Fi AP SSIDにはターゲットのWi-Fi APのSSIDを指定してください</string>
<string name="wifi_ap_ssid_help" translatable="false">「Wi-Fi AP半強制」を有効にすると編集可能になります。Wi-Fi AP SSIDにはターゲットのWi-Fi APのSSIDを指定してください</string>

<string name="ssid_empty">SSID is empty.</string>
<string name="not_enabled">無効</string>
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.0'
classpath 'com.android.tools.build:gradle:2.3.3'
classpath 'com.google.gms:google-services:3.0.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down

0 comments on commit 9b456ce

Please sign in to comment.