]> hydra-www.ietfng.org Git - acmetensortoys-ctfws-android/commitdiff
Unbreak wear build (oops)
authorNathaniel Wesley Filardo <nwf@cs.jhu.edu>
Mon, 20 Feb 2017 06:47:25 +0000 (01:47 -0500)
committerNathaniel Wesley Filardo <nwf@cs.jhu.edu>
Mon, 20 Feb 2017 06:47:38 +0000 (01:47 -0500)
wear/build.gradle
wear/src/main/res/values/strings.xml

index 16de14efb5d2e0376f186737eab3039016a8555d..04d222e002d4ed97a103dd22156c9058cbac505f 100644 (file)
@@ -2,11 +2,11 @@ apply plugin: 'com.android.application'
 
 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"
     }
@@ -20,6 +20,6 @@ android {
 
 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'
 }
index e54a99bd4264f4d43edbc26f32e707ff7f41f902..be6c0b7959773b3de80738380335ab8fbc16749c 100644 (file)
@@ -1,3 +1,8 @@
 <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>