Skip to content

Commit

Permalink
Min SDK 21
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavpandey committed Jan 4, 2025
1 parent 8a56448 commit 4ad54f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2017-2024 Pranav Pandey
* Copyright 2017-2025 Pranav Pandey
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -17,7 +17,7 @@
buildscript {
ext.versions = [
'compileSdk' : 35,
'minSdk' : 19,
'minSdk' : 21,
'targetSdk' : 35,
'buildTools' : '35.0.0',
'constraintlayout': '2.1.4',
Expand Down

0 comments on commit 4ad54f0

Please sign in to comment.