Skip to content

Commit 6dd6f75

Browse files
committed
Updated hybrid merging algorithm, added specific
1 parent 83b4d58 commit 6dd6f75

File tree

8 files changed

+8
-6
lines changed

8 files changed

+8
-6
lines changed

.idea/misc.xml

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/SupportedList.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ xiaomi:apollo
99
xiaomi:laurel_sprout
1010
xiaomi:laurus
1111
xiaomi:thor
12+
xiaomi:ishtar
1213
oneplus:oneplus7
1314
oneplus:oneplus7t
1415
oneplus:oneplus7tpro

app/specific/SpecificList.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
xiaomi:dipper
22
xiaomi:thor
3+
xiaomi:ishtar
34
oneplus:guacamole
45
oneplus:guacamoles
56
oneplus:guacamoleb
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
cameraIDS = {8,1,2,3,4}
-144 KB
Binary file not shown.

app/version.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
#Mon Feb 27 11:47:46 MSK 2023
2-
VERSION_BUILD=15389
1+
#Wed Oct 18 04:38:51 MSK 2023
2+
VERSION_BUILD=15441

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ buildscript {
1515
mavenCentral()
1616
}
1717
dependencies {
18-
classpath 'com.android.tools.build:gradle:7.3.1'
18+
classpath 'com.android.tools.build:gradle:7.4.2'
1919
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
2020
classpath 'com.quinn.hunter:hunter-debug-plugin:1.2.0'
2121
classpath 'com.quinn.hunter:hunter-transform:1.2.0'

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip

0 commit comments

Comments
 (0)