File tree 8 files changed +24
-8
lines changed
8 files changed +24
-8
lines changed Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.application'
2
2
3
3
android {
4
+ namespace ' nl.hnogames.domoticz'
4
5
compileSdkVersion 33
5
6
6
7
def versionPropsFile = file(' version.properties' )
@@ -144,7 +145,7 @@ android {
144
145
}
145
146
}
146
147
147
- namespace ' nl.hnogames.domoticz '
148
+
148
149
}
149
150
150
151
repositories {
Original file line number Diff line number Diff line change 1
- # Tue May 02 16:54:24 CEST 2023
2
- VERSION_BUILD =9328
1
+ # Sun Jun 25 21:27:40 CEST 2023
2
+ VERSION_BUILD =9345
3
3
VERSION_CODE =669
4
4
VERSION_PATCH =358
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ buildscript {
13
13
14
14
// noinspection GroovyAssignabilityCheck
15
15
dependencies {
16
- classpath ' com.android.tools.build:gradle:7.4.1 '
16
+ classpath ' com.android.tools.build:gradle:8.0.2 '
17
17
classpath ' com.google.gms:google-services:4.3.13'
18
18
classpath ' com.google.firebase:firebase-crashlytics-gradle:2.9.1'
19
19
}
Original file line number Diff line number Diff line change 1
- # Tue May 02 16:54:24 CEST 2023
1
+ # Sun Jun 25 21:27:40 CEST 2023
2
2
VERSION_BUILD =3675
3
3
VERSION_CODE =254
4
4
VERSION_PATCH =254
Original file line number Diff line number Diff line change @@ -17,4 +17,7 @@ manifestmerger.enabled=true
17
17
org.gradle.daemon =true
18
18
org.gradle.parallel =true
19
19
org.gradle.configureondemand =true
20
- org.gradle.jvmargs =-Xmx3072m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
20
+ org.gradle.jvmargs =-Xmx3072m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
21
+ android.defaults.buildfeatures.buildconfig =true
22
+ android.nonTransitiveRClass =false
23
+ android.nonFinalResIds =false
Original file line number Diff line number Diff line change 1
1
# Wed Apr 20 20:03:19 CEST 2022
2
2
distributionBase =GRADLE_USER_HOME
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.5 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.0 -bin.zip
4
4
distributionPath =wrapper/dists
5
5
zipStorePath =wrapper/dists
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
6
6
}
7
7
// noinspection GroovyAssignabilityCheck
8
8
dependencies {
9
- classpath ' com.android.tools.build:gradle:7.4.1 '
9
+ classpath ' com.android.tools.build:gradle:8.0.2 '
10
10
}
11
11
}
12
12
@@ -18,6 +18,7 @@ dependencies {
18
18
}
19
19
20
20
android {
21
+ namespace ' de.duenndns.ssl'
21
22
compileSdkVersion 31
22
23
// noinspection GroovyAssignabilityCheck
23
24
defaultConfig {
@@ -38,4 +39,8 @@ android {
38
39
assets. srcDirs = [' assets' ]
39
40
}
40
41
}
42
+ buildFeatures {
43
+ renderScript true
44
+ aidl true
45
+ }
41
46
}
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.library'
2
2
3
3
android {
4
+ namespace ' com.triggertrap.seekarc'
4
5
compileSdkVersion 31
5
6
buildToolsVersion " 31.0.0"
6
7
@@ -11,6 +12,7 @@ android {
11
12
versionName " 1.1.7"
12
13
vectorDrawables. useSupportLibrary = true
13
14
}
15
+
14
16
buildTypes {
15
17
release {
16
18
minifyEnabled false
@@ -30,6 +32,11 @@ android {
30
32
}
31
33
androidTest. setRoot(' tests' )
32
34
}
35
+
36
+ buildFeatures {
37
+ renderScript true
38
+ aidl true
39
+ }
33
40
}
34
41
35
42
dependencies {
You can’t perform that action at this time.
0 commit comments