OSDN Git Service

Merge a109773a from master. do not merge.
authorXavier Ducrohet <xav@android.com>
Tue, 17 May 2011 01:37:22 +0000 (18:37 -0700)
committerXavier Ducrohet <xav@android.com>
Tue, 17 May 2011 18:44:42 +0000 (11:44 -0700)
Update layoutlib api level to 6.

This will make earlier ADT versions force the user to update.

Change-Id: I20158fb894ba0a88d981301a003e7f09719bab43

layoutlib_api/src/com/android/ide/common/rendering/api/Bridge.java

index ad2dd38..e21d039 100644 (file)
@@ -32,7 +32,7 @@ import java.util.Map;
  */
 public abstract class Bridge {
 
-    public final static int API_CURRENT = 5;
+    public final static int API_CURRENT = 6;
 
     /**
      * Returns the API level of the layout library.