File tree 3 files changed +10
-10
lines changed
3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -23,24 +23,24 @@ android {
23
23
}
24
24
}
25
25
}
26
- namespace ' au.id.colby.nfcquicksettings'
27
- compileSdk 35
26
+ namespace = ' au.id.colby.nfcquicksettings'
27
+ compileSdk = 35
28
28
29
29
defaultConfig {
30
30
applicationId " au.id.colby.nfcquicksettings"
31
- minSdk 24
32
- targetSdk 35
33
- versionCode 15
31
+ minSdk = 24
32
+ targetSdk = 35
33
+ versionCode = 15
34
34
versionName " 1.4.5-pre"
35
35
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
36
36
}
37
37
38
38
buildTypes {
39
39
release {
40
40
minifyEnabled true
41
- ndk { debugSymbolLevel ' FULL' }
41
+ ndk { debugSymbolLevel = ' FULL' }
42
42
proguardFiles getDefaultProguardFile(' proguard-android-optimize.txt' ), ' proguard-rules.pro'
43
- shrinkResources true
43
+ shrinkResources = true
44
44
if (signingConfigs. hasProperty(" release" )) signingConfig = signingConfigs. release
45
45
}
46
46
}
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
plugins {
3
- id ' com.android.application' version ' 8.7.3 ' apply false
4
- id ' com.android.library' version ' 8.7.3 ' apply false
3
+ id ' com.android.application' version ' 8.8.0 ' apply false
4
+ id ' com.android.library' version ' 8.8.0 ' apply false
5
5
id ' com.github.ben-manes.versions' version ' 0.51.0'
6
6
id ' org.jetbrains.dokka' version ' 2.0.0' apply false
7
7
id ' org.jetbrains.kotlin.android' version ' 2.1.0' apply false
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.10 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.12 -bin.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments