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
Next Next commit
update gradle, kotlin, library version
  • Loading branch information
Amlsakr committed Jul 30, 2022
commit 2dae66f412d68438a063233769bf9a04d3bec7a7
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ext {
// Sdk and tools
// Support library and architecture components support minSdk 14 and above.
minSdkVersion = 21
targetSdkVersion = 30
targetSdkVersion = 32
compileSdkVersion = 32
buildToolsVersion = "30.0.2"
junitVersion = '5.7.0'
Expand Down