Skip to content
Open
Changes from all commits
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
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ android {
namespace 'in.jvapps.disable_battery_optimization'
}

compileSdkVersion 31
compileSdkVersion 36
defaultConfig {
minSdkVersion 21
targetSdkVersion 31
targetSdkVersion 36
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
lintOptions {
Expand Down