• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Android Samples


Commit MetaInfo

Revision71b6c49eb586bc5f57a5b62b3c56eee832d454b1 (tree)
Zeit2014-04-16 15:34:55
AutorMasahiko, SAWAI <say@user...>
CommiterMasahiko, SAWAI

Log Message

Updated library version.

Ändern Zusammenfassung

Diff

--- a/appcompat-actionbar-hello/AndroidManifest.xml
+++ b/appcompat-actionbar-hello/AndroidManifest.xml
@@ -5,7 +5,7 @@
55 android:versionCode="1"
66 android:versionName="1.0"
77 >
8- <uses-sdk android:minSdkVersion="7" android:targetSdkVersion="17" />
8+ <uses-sdk android:minSdkVersion="7" android:targetSdkVersion="19" />
99
1010 <application
1111 android:label="@string/app_name"
--- a/appcompat-actionbar-hello/pom.xml
+++ b/appcompat-actionbar-hello/pom.xml
@@ -40,21 +40,21 @@
4040 <dependency>
4141 <groupId>android.support</groupId>
4242 <artifactId>compatibility-v4</artifactId>
43- <version>18</version>
43+ <version>19.0.1</version>
4444 <scope>compile</scope>
4545 </dependency>
4646
4747 <dependency>
4848 <groupId>android.support</groupId>
4949 <artifactId>compatibility-v7-appcompat</artifactId>
50- <version>18</version>
50+ <version>19.0.1</version>
5151 <type>apklib</type>
5252 </dependency>
5353
5454 <dependency>
5555 <groupId>android.support</groupId>
5656 <artifactId>compatibility-v7-appcompat</artifactId>
57- <version>18</version>
57+ <version>19.0.1</version>
5858 <scope>compile</scope>
5959 </dependency>
6060
--- a/appcompat-actionbar-split/AndroidManifest.xml
+++ b/appcompat-actionbar-split/AndroidManifest.xml
@@ -5,7 +5,7 @@
55 android:versionCode="1"
66 android:versionName="1.0"
77 >
8- <uses-sdk android:minSdkVersion="7" android:targetSdkVersion="17" />
8+ <uses-sdk android:minSdkVersion="7" android:targetSdkVersion="19" />
99
1010 <application
1111 android:label="@string/app_name"
--- a/appcompat-actionbar-split/pom.xml
+++ b/appcompat-actionbar-split/pom.xml
@@ -40,21 +40,21 @@
4040 <dependency>
4141 <groupId>android.support</groupId>
4242 <artifactId>compatibility-v4</artifactId>
43- <version>18</version>
43+ <version>19.0.1</version>
4444 <scope>compile</scope>
4545 </dependency>
4646
4747 <dependency>
4848 <groupId>android.support</groupId>
4949 <artifactId>compatibility-v7-appcompat</artifactId>
50- <version>18</version>
50+ <version>19.0.1</version>
5151 <type>apklib</type>
5252 </dependency>
5353
5454 <dependency>
5555 <groupId>android.support</groupId>
5656 <artifactId>compatibility-v7-appcompat</artifactId>
57- <version>18</version>
57+ <version>19.0.1</version>
5858 <scope>compile</scope>
5959 </dependency>
6060