Skip to content

Commit

Permalink
bump version to 1.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
serggl committed Oct 16, 2014
1 parent 71cb66d commit f411832
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion library/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.anjlab.android.iab.v3"
android:versionCode="1"
android:versionName="1.0.14">
android:versionName="1.0.15">

<uses-sdk
android:minSdkVersion="8"
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'maven'
apply plugin: 'signing'

group 'com.anjlab.android.iab.v3'
version '1.0.14'
version '1.0.15'

android {
compileSdkVersion 8
Expand Down
2 changes: 1 addition & 1 deletion library/library.iml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<module external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$/.." external.system.id="GRADLE" external.system.module.group="com.anjlab.android.iab.v3" external.system.module.version="1.0.14" type="JAVA_MODULE" version="4">
<module external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$/.." external.system.id="GRADLE" external.system.module.group="com.anjlab.android.iab.v3" external.system.module.version="1.0.15" type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="android-gradle" name="Android-Gradle">
<configuration>
Expand Down
4 changes: 2 additions & 2 deletions sample/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apply plugin: 'com.android.application'

dependencies {
// compile project(':library')
compile fileTree(dir: 'libs', include: '*.jar')
compile project(':library')
// compile fileTree(dir: 'libs', include: '*.jar')
}

android {
Expand Down
Binary file modified sample/libs/anjlab-iabv3-current.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion sample/sample.iml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
</content>
<orderEntry type="jdk" jdkName="Android API 10 Platform" jdkType="Android SDK" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" exported="" name="anjlab-iabv3-current" level="project" />
<orderEntry type="module" module-name="library" exported="" />
</component>
</module>

0 comments on commit f411832

Please sign in to comment.