Skip to content

Commit

Permalink
Update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
androidquery committed Nov 26, 2012
1 parent 5cefd3d commit c783ca1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dist/build-full.jardesc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="WINDOWS-1252" standalone="no"?>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<jardesc>
<jar path="AndroidQuery/dist/android-query-full.0.24.2-beta.jar"/>
<jar path="AndroidQuery/dist/android-query-full.0.24.3.jar"/>
<options buildIfNeeded="true" compress="true" descriptionLocation="/AndroidQuery/dist/build-full.jardesc" exportErrors="true" exportWarnings="true" includeDirectoryEntries="false" overwrite="true" saveDescription="true" storeRefactorings="false" useSourceFolders="false"/>
<storedRefactorings deprecationInfo="true" structuralOnly="false"/>
<selectedProjects/>
Expand Down
2 changes: 1 addition & 1 deletion dist/build.jardesc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<jardesc>
<jar path="AndroidQuery/dist/android-query.0.23.16.jar"/>
<jar path="AndroidQuery/dist/android-query.0.24.3.jar"/>
<options buildIfNeeded="true" compress="true" descriptionLocation="/AndroidQuery/dist/build.jardesc" exportErrors="true" exportWarnings="true" includeDirectoryEntries="false" overwrite="true" saveDescription="true" storeRefactorings="false" useSourceFolders="false"/>
<storedRefactorings deprecationInfo="true" structuralOnly="false"/>
<selectedProjects/>
Expand Down
2 changes: 1 addition & 1 deletion src/com/androidquery/util/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
public interface Constants {


public static final String VERSION = "0.23.16";
public static final String VERSION = "0.24.3";

public static final int LAYER_TYPE_SOFTWARE = 1;
public static final int LAYER_TYPE_HARDWARE = 2;
Expand Down

0 comments on commit c783ca1

Please sign in to comment.