Skip to content

Commit 3fff1ca

Browse files
committed
update version code
1 parent da69934 commit 3fff1ca

File tree

16 files changed

+16
-14
lines changed

16 files changed

+16
-14
lines changed

Library/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
22
package="com.lhh.ptrrv.library"
3-
android:versionCode="1000"
4-
android:versionName="1.0.2" >
3+
android:versionCode="1100"
4+
android:versionName="1.1.0" >
55
<application>
66
</application>
77
</manifest>

Library/Library.iml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<module external.linked.project.id=":Library" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$/.." external.system.id="GRADLE" external.system.module.group="homhomlin.lib" external.system.module.version="1.0.1" type="JAVA_MODULE" version="4">
2+
<module external.linked.project.id=":Library" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$/.." external.system.id="GRADLE" external.system.module.group="homhomlin.lib" external.system.module.version="1.1.0" type="JAVA_MODULE" version="4">
33
<component name="FacetManager">
44
<facet type="android-gradle" name="Android-Gradle">
55
<configuration>

Library/build/generated/source/buildConfig/debug/com/lhh/ptrrv/library/BuildConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ public final class BuildConfig {
88
public static final String APPLICATION_ID = "com.lhh.ptrrv.library";
99
public static final String BUILD_TYPE = "debug";
1010
public static final String FLAVOR = "";
11-
public static final int VERSION_CODE = 1000;
11+
public static final int VERSION_CODE = 1100;
1212
public static final String VERSION_NAME = "";
1313
}

Library/build/generated/source/buildConfig/release/com/lhh/ptrrv/library/BuildConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ public final class BuildConfig {
88
public static final String APPLICATION_ID = "com.lhh.ptrrv.library";
99
public static final String BUILD_TYPE = "release";
1010
public static final String FLAVOR = "";
11-
public static final int VERSION_CODE = 1000;
11+
public static final int VERSION_CODE = 1100;
1212
public static final String VERSION_NAME = "";
1313
}

Library/build/intermediates/bundles/debug/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="com.lhh.ptrrv.library"
4-
android:versionCode="1000"
5-
android:versionName="1.0.2" >
4+
android:versionCode="1100"
5+
android:versionName="1.1.0" >
66

77
<uses-sdk android:minSdkVersion="9" />
88

Library/build/intermediates/bundles/debug/aapt/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="com.lhh.ptrrv.library"
4-
android:versionCode="1000"
5-
android:versionName="1.0.2" >
4+
android:versionCode="1100"
5+
android:versionName="1.1.0" >
66

77
<uses-sdk android:minSdkVersion="9" />
88

-1.18 KB
Binary file not shown.

Library/build/intermediates/bundles/release/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="com.lhh.ptrrv.library"
4-
android:versionCode="1000"
5-
android:versionName="1.0.2" >
4+
android:versionCode="1100"
5+
android:versionName="1.1.0" >
66

77
<uses-sdk android:minSdkVersion="9" />
88

Library/build/intermediates/bundles/release/aapt/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="com.lhh.ptrrv.library"
4-
android:versionCode="1000"
5-
android:versionName="1.0.2" >
4+
android:versionCode="1100"
5+
android:versionName="1.1.0" >
66

77
<uses-sdk android:minSdkVersion="9" />
88

-2 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)