Skip to content

Commit

Permalink
bump version and clean up project files
Browse files Browse the repository at this point in the history
  • Loading branch information
serggl committed Aug 29, 2015
1 parent 3ed27ca commit a6a70fd
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 196 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ gen/
.idea
build
local.properties
.gradle
.gradle
*.iml
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.2.3'
classpath 'com.android.tools.build:gradle:1.3.0'
classpath 'nl.javadude.gradle.plugins:license-gradle-plugin:0.7.0'
}
}
Expand Down
19 changes: 0 additions & 19 deletions inapp-billing-v3.iml

This file was deleted.

8 changes: 4 additions & 4 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ apply plugin: 'maven'
apply plugin: 'signing'

group 'com.anjlab.android.iab.v3'
version '1.0.26'
version '1.0.27'

android {
compileSdkVersion 8
buildToolsVersion '21.1.2'
compileSdkVersion 23
buildToolsVersion '23'

defaultConfig {
versionCode 1
versionName project.version
minSdkVersion 8
targetSdkVersion 21
targetSdkVersion 23
}

sourceSets.main {
Expand Down
84 changes: 0 additions & 84 deletions library/library.iml

This file was deleted.

6 changes: 3 additions & 3 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ dependencies {
}

android {
compileSdkVersion 8
buildToolsVersion '21.1.2'
compileSdkVersion 23
buildToolsVersion '23'

defaultConfig {
versionCode 2
versionName '1.0'
minSdkVersion 8
targetSdkVersion 21
targetSdkVersion 23
}

sourceSets.main {
Expand Down
Binary file modified sample/libs/anjlab-iabv3-current.jar
Binary file not shown.
84 changes: 0 additions & 84 deletions sample/sample.iml

This file was deleted.

0 comments on commit a6a70fd

Please sign in to comment.