We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1270327 commit b698a65Copy full SHA for b698a65
2 files changed
app/build.gradle.kts
@@ -7,12 +7,12 @@ plugins {
7
8
android {
9
namespace = "com.abizer_r.quickedit"
10
- compileSdk = 34
+ compileSdk = 35
11
12
defaultConfig {
13
applicationId = "com.abizer_r.quickedit"
14
minSdk = 24
15
- targetSdk = 34
+ targetSdk = 35
16
versionCode = 5
17
versionName = "1.1.1"
18
quickedit/build.gradle.kts
@@ -7,7 +7,7 @@ plugins {
0 commit comments