File tree 2 files changed +17
-10
lines changed
2 files changed +17
-10
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
Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
3
3
buildscript {
4
- ext. kotlin_version = ' 1.4.31 '
4
+ ext. kotlin_version = ' 1.9.10 '
5
5
repositories {
6
6
google()
7
7
jcenter()
8
8
9
9
}
10
10
dependencies {
11
- classpath ' com.android.tools.build:gradle:4.1.2 '
11
+ classpath ' com.android.tools.build:gradle:8.2.0 '
12
12
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
13
13
// NOTE: Do not place your application dependencies here; they belong
14
14
// in the individual module build.gradle files
You can’t perform that action at this time.
0 commit comments