Skip to content

Commit

Permalink
version bump to 1.3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Prem Suman committed Jul 4, 2023
1 parent 5ade1b4 commit 0c3e1b3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions batching-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ android {
minSdkVersion 14
targetSdkVersion 28
versionCode 1
versionName "1.3.11"
versionName "1.3.12"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Expand All @@ -39,4 +39,4 @@ buildscript {
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
classpath "net.ltgt.gradle:gradle-errorprone-plugin:0.0.12"
}
}
}
4 changes: 2 additions & 2 deletions batching-gson/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ android {
minSdkVersion 14
targetSdkVersion 28
versionCode 1
versionName "1.3.11"
versionName "1.3.12"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Expand All @@ -43,4 +43,4 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
}
4 changes: 2 additions & 2 deletions batching/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ android {
minSdkVersion 14
targetSdkVersion 28
versionCode 1
versionName "1.3.11"
versionName "1.3.12"
}

buildTypes {
Expand Down Expand Up @@ -78,4 +78,4 @@ buildscript {
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
classpath "net.ltgt.gradle:gradle-errorprone-plugin:0.0.12"
}
}
}

0 comments on commit 0c3e1b3

Please sign in to comment.