File tree 1 file changed +15
-8
lines changed
1 file changed +15
-8
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ apply plugin: 'kotlin-android'
5
5
apply plugin : ' kotlin-android-extensions'
6
6
7
7
android {
8
- compileSdkVersion 28
8
+ compileSdkVersion 34
9
9
defaultConfig {
10
- applicationId ' com.gmail.anubhavdas54 .whatsdeleted'
11
- minSdkVersion 23
12
- targetSdkVersion 28
13
- versionCode 5
10
+ applicationId ' org.maintainteam .whatsdeleted'
11
+ minSdkVersion 21
12
+ targetSdkVersion 33
13
+ versionCode 6
14
14
versionName " 0.4.1"
15
15
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
16
16
}
@@ -21,11 +21,18 @@ android {
21
21
}
22
22
}
23
23
compileOptions {
24
- sourceCompatibility JavaVersion . VERSION_1_8
25
- targetCompatibility JavaVersion . VERSION_1_8
24
+ sourceCompatibility JavaVersion . VERSION_17
25
+ targetCompatibility JavaVersion . VERSION_17
26
+ encoding ' utf-8'
26
27
}
27
28
kotlinOptions {
28
- jvmTarget = ' 1.8'
29
+ jvmTarget = JavaVersion . VERSION_17
30
+ }
31
+ dependenciesInfo {
32
+ // Disables dependency metadata when building APKs.
33
+ includeInApk = false
34
+ // Disables dependency metadata when building Android App Bundles.
35
+ includeInBundle = false
29
36
}
30
37
}
31
38
You can’t perform that action at this time.
0 commit comments