android {
compileSdkVersion 24
- buildToolsVersion "24.0.3"
+ buildToolsVersion "25.0.2"
defaultConfig {
applicationId "com.acmetensortoys.ctfwstimer"
minSdkVersion 21
- targetSdkVersion 24
+ targetSdkVersion 25
versionCode 1
versionName "1.0"
}
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
- compile 'com.google.android.support:wearable:2.0.0-alpha3'
+ compile 'com.google.android.support:wearable:2.0.0'
compile 'com.google.android.gms:play-services-wearable:10.0.1'
}
<resources>
<string name="app_name">CtFwS Timer</string>
+
+ <string name="ctfws_gameend">Game\nEnd</string>
+ <string name="ctfws_gamestart">Game\nStart</string>
+ <string name="ctfws_jailbreak">Jailbreak\n%1$d of %2$d</string>
+ <string name="ctfws_flags">%1$d Flags:</string>
</resources>