Android Samples
Revision | 71b6c49eb586bc5f57a5b62b3c56eee832d454b1 (tree) |
---|---|
Zeit | 2014-04-16 15:34:55 |
Autor | Masahiko, SAWAI <say@user...> |
Commiter | Masahiko, SAWAI |
Updated library version.
@@ -5,7 +5,7 @@ | ||
5 | 5 | android:versionCode="1" |
6 | 6 | android:versionName="1.0" |
7 | 7 | > |
8 | - <uses-sdk android:minSdkVersion="7" android:targetSdkVersion="17" /> | |
8 | + <uses-sdk android:minSdkVersion="7" android:targetSdkVersion="19" /> | |
9 | 9 | |
10 | 10 | <application |
11 | 11 | android:label="@string/app_name" |
@@ -40,21 +40,21 @@ | ||
40 | 40 | <dependency> |
41 | 41 | <groupId>android.support</groupId> |
42 | 42 | <artifactId>compatibility-v4</artifactId> |
43 | - <version>18</version> | |
43 | + <version>19.0.1</version> | |
44 | 44 | <scope>compile</scope> |
45 | 45 | </dependency> |
46 | 46 | |
47 | 47 | <dependency> |
48 | 48 | <groupId>android.support</groupId> |
49 | 49 | <artifactId>compatibility-v7-appcompat</artifactId> |
50 | - <version>18</version> | |
50 | + <version>19.0.1</version> | |
51 | 51 | <type>apklib</type> |
52 | 52 | </dependency> |
53 | 53 | |
54 | 54 | <dependency> |
55 | 55 | <groupId>android.support</groupId> |
56 | 56 | <artifactId>compatibility-v7-appcompat</artifactId> |
57 | - <version>18</version> | |
57 | + <version>19.0.1</version> | |
58 | 58 | <scope>compile</scope> |
59 | 59 | </dependency> |
60 | 60 |
@@ -5,7 +5,7 @@ | ||
5 | 5 | android:versionCode="1" |
6 | 6 | android:versionName="1.0" |
7 | 7 | > |
8 | - <uses-sdk android:minSdkVersion="7" android:targetSdkVersion="17" /> | |
8 | + <uses-sdk android:minSdkVersion="7" android:targetSdkVersion="19" /> | |
9 | 9 | |
10 | 10 | <application |
11 | 11 | android:label="@string/app_name" |
@@ -40,21 +40,21 @@ | ||
40 | 40 | <dependency> |
41 | 41 | <groupId>android.support</groupId> |
42 | 42 | <artifactId>compatibility-v4</artifactId> |
43 | - <version>18</version> | |
43 | + <version>19.0.1</version> | |
44 | 44 | <scope>compile</scope> |
45 | 45 | </dependency> |
46 | 46 | |
47 | 47 | <dependency> |
48 | 48 | <groupId>android.support</groupId> |
49 | 49 | <artifactId>compatibility-v7-appcompat</artifactId> |
50 | - <version>18</version> | |
50 | + <version>19.0.1</version> | |
51 | 51 | <type>apklib</type> |
52 | 52 | </dependency> |
53 | 53 | |
54 | 54 | <dependency> |
55 | 55 | <groupId>android.support</groupId> |
56 | 56 | <artifactId>compatibility-v7-appcompat</artifactId> |
57 | - <version>18</version> | |
57 | + <version>19.0.1</version> | |
58 | 58 | <scope>compile</scope> |
59 | 59 | </dependency> |
60 | 60 |