Skip to content

Commit

Permalink
prepare L2.1.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
k3b committed Jul 23, 2019
1 parent a015500 commit a63aab7
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ buildscript {

// mutation testing with pitest
classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.4.0'

// needed for android-library https://jitpack.io/docs/ANDROID/
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
}
}

Expand Down
2 changes: 1 addition & 1 deletion libK3b/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apply plugin: 'java'
apply plugin: 'maven'

group = "com.github.k3b"
version = "L2.1.21.1"
version = "L2.1.21.2"
// ---------------

dependencies {
Expand Down
5 changes: 3 additions & 2 deletions libK3bAndroidZip/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'

group = "com.github.k3b"
version = "L2.1.21.1"
version = "L2.1.21.2"

android {
compileSdkVersion 23
Expand All @@ -11,7 +12,7 @@ android {
minSdkVersion 7
targetSdkVersion 23
versionCode 21
versionName "L2.1.21.1"
versionName "L2.1.21.2"
}

buildTypes {
Expand Down
1 change: 1 addition & 0 deletions libK3bAndroidZip/libK3bAndroidZip.iml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/javac" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/jniLibs" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/library_assets" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/lint_jar" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/merged_manifests" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/packaged_res" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/public_res" />
Expand Down
2 changes: 1 addition & 1 deletion libK3bZip/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ apply plugin: 'info.solidsoft.pitest'
apply plugin: 'maven'

group = "com.github.k3b"
version = "L2.1.21.1"
version = "L2.1.21.2"
// ---------------

sourceCompatibility = 1.7
Expand Down

0 comments on commit a63aab7

Please sign in to comment.