File tree Expand file tree Collapse file tree 4 files changed +12
-11
lines changed Expand file tree Collapse file tree 4 files changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,9 @@ plugins {
8
8
}
9
9
10
10
android {
11
+ buildFeatures.buildConfig = true
11
12
compileSdk = libs.versions.compileSdk.get().toInt()
12
-
13
+ namespace = " com.amrdeveloper.linkhub "
13
14
defaultConfig {
14
15
applicationId = " com.amrdeveloper.linkhub"
15
16
minSdk = libs.versions.minSdk.get().toInt()
@@ -36,8 +37,8 @@ android {
36
37
}
37
38
38
39
compileOptions {
39
- sourceCompatibility = JavaVersion .VERSION_17
40
- targetCompatibility = JavaVersion .VERSION_17
40
+ sourceCompatibility = JavaVersion .VERSION_21
41
+ targetCompatibility = JavaVersion .VERSION_21
41
42
}
42
43
43
44
buildFeatures {
Original file line number Diff line number Diff line change @@ -12,4 +12,4 @@ org.gradle.parallel=true
12
12
room.incremental =true
13
13
14
14
android.useAndroidX =true
15
- kotlin.code.style =official
15
+ kotlin.code.style =official
Original file line number Diff line number Diff line change 1
1
[versions ]
2
- kotlin = " 1.9.10 "
3
- androidGradlePlugin = " 7.4.2 "
2
+ kotlin = " 2.0.21 "
3
+ androidGradlePlugin = " 8.7.3 "
4
4
compileSdk = " 34"
5
5
targetSdk = " 34"
6
6
minSdk = " 19"
@@ -23,11 +23,11 @@ multidex = "2.0.1"
23
23
navigation-fragment-ktx = " 2.7.4"
24
24
navigation-safeargs = " 2.7.4"
25
25
room = " 2.6.0"
26
- hilt = " 2.48 "
26
+ hilt = " 2.51.1 "
27
27
legacy_support = " 1.0.0"
28
28
timber = " 4.7.1"
29
29
truth = " 1.0.1"
30
- ksp = " 1.9.20 -1.0.14 "
30
+ ksp = " 2.0.21 -1.0.27 "
31
31
32
32
[libraries ]
33
33
androidx-appcompat = { module = " androidx.appcompat:appcompat" , version.ref = " appcompat" }
Original file line number Diff line number Diff line change 1
- # Wed Jun 09 17: 20:11 EET 2021
1
+ # Sun Feb 23 20:00:02 CET 2025
2
2
distributionBase =GRADLE_USER_HOME
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
4
3
distributionPath =wrapper/dists
5
- zipStorePath = wrapper/dists
4
+ distributionUrl = https\://services.gradle.org/distributions/gradle-8.9-bin.zip
6
5
zipStoreBase =GRADLE_USER_HOME
6
+ zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments