Skip to content

Commit

Permalink
Bump sdk version and version
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaaatt committed Jun 5, 2022
1 parent a19ac3e commit 3972758
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ plugins {
}

android {
compileSdk 31
compileSdk 32
defaultConfig {
applicationId "com.aemerse.iapsample"
minSdk 21
targetSdk 31
targetSdk 32
versionCode 1
versionName "1.0.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
7 changes: 4 additions & 3 deletions iap/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ plugins {
}

android {
compileSdk 31
compileSdk 32

defaultConfig {
minSdk 16
targetSdk 31
targetSdk 32
}

buildTypes {
Expand All @@ -31,6 +31,7 @@ dependencies {

testImplementation 'junit:junit:4.13.2'
}

afterEvaluate {
publishing {
publications {
Expand All @@ -42,7 +43,7 @@ afterEvaluate {
// You can then customize attributes of the publication as shown below.
groupId = 'com.aemerse'
artifactId = 'Google-IAP'
version = '1.2.2'
version = '1.2.3'
}
}
}
Expand Down

0 comments on commit 3972758

Please sign in to comment.