Skip to content

Commit

Permalink
Update config.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
ckrgithub authored Aug 6, 2021
1 parent cf13e57 commit 1cec2eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ ext {
]

androidConfig = [
compileSdkVersion: 26,
compileSdkVersion: 28,
minSdkVersion : 15,
targetSdkVersion : 26,
targetSdkVersion : 28,
]

supportVersion = "26.1.0"
supportVersion = "28.0.0"
lifecycle = "1.0.0"

pageViewConfig = [
versionCode : 133,
versionName : "1.2.13",
publishVersion: "1.2.13"
]
}
}

0 comments on commit 1cec2eb

Please sign in to comment.