Skip to content

Commit 98bf46e

Browse files
committed
Update version code.
1 parent c4ab880 commit 98bf46e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/build-full.jardesc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
22
<jardesc>
3-
<jar path="AndroidQuery/dist/android-query-full.0.25.3-beta.jar"/>
3+
<jar path="AndroidQuery/dist/android-query-full.0.25.4-beta.jar"/>
44
<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"/>
55
<storedRefactorings deprecationInfo="true" structuralOnly="false"/>
66
<selectedProjects/>

src/com/androidquery/util/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
public interface Constants {
2020

2121

22-
public static final String VERSION = "0.25.3";
22+
public static final String VERSION = "0.25.4";
2323

2424
public static final int LAYER_TYPE_SOFTWARE = 1;
2525
public static final int LAYER_TYPE_HARDWARE = 2;

0 commit comments

Comments
 (0)