Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
update gradle, kotlin, library version
  • Loading branch information
Amlsakr committed Jul 30, 2022
commit 1c03227fcf419e6607068c026b74ff9f9feafdda
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ task clean(type: Delete) {
ext {
// Sdk and tools
// Support library and architecture components support minSdk 14 and above.
minSdkVersion = 21
minSdkVersion = 22
targetSdkVersion = 32
compileSdkVersion = 32
buildToolsVersion = "30.0.2"
Expand Down