Skip to content

Commit a87a747

Browse files
committed
delete old server
1 parent d62ebcd commit a87a747

6 files changed

Lines changed: 12 additions & 20 deletions

File tree

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
plugins {
33
alias(libs.plugins.android.application) apply false
4-
alias(libs.plugins.kotlin.android) apply false
5-
alias(libs.plugins.kotlin.kapt) apply false
64
alias(libs.plugins.kotlin.parcelize) apply false
75
alias(libs.plugins.kotlin.serialization) apply false
86
alias(libs.plugins.ksp) apply false
97
alias(libs.plugins.navigation.safeargs) apply false
108
alias(libs.plugins.sentry) apply false
11-
}
9+
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ MI_NETWORK ="http://10.0.2.2:8181"
99
TEMPORARY_NETWORK ="http://192.168.0.251:8181"
1010
android.nonTransitiveRClass=false
1111
android.nonFinalResIds=false
12-
#TEMPORARY_NETWORK ="http://192.168.7.241:8181"
12+
android.disallowKotlinSourceSets=false
13+
#TEMPORARY_NETWORK ="http://192.168.7.241:8181"
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
agp = "8.13.2"
2+
agp = "9.1.0"
33
kotlin = "2.3.10"
44
ksp = "2.3.2"
55

@@ -65,7 +65,7 @@ glance = "1.1.0"
6565
jexcelapi = "2.6.12"
6666
opencsv = "5.12.0"
6767
subsamplingScaleImageView = "3.10.0"
68-
sentry = "5.12.2"
68+
sentry = "6.4.0"
6969
mmkv = "2.3.0"
7070
koin = "4.1.1"
7171
zxingCore = "3.5.3"
@@ -147,7 +147,6 @@ zxing-core = { group = "com.google.zxing", name = "core", version.ref = "zxingCo
147147
[plugins]
148148
android-application = { id = "com.android.application", version.ref = "agp" }
149149
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
150-
kotlin-kapt = { id = "org.jetbrains.kotlin.kapt", version.ref = "kotlin" }
151150
kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref = "kotlin" }
152151
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
153152
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }

client/gradle/wrapper/gradle-wrapper.properties renamed to gradle/wrapper/gradle-wrapper.properties

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
#Tue Feb 17 13:40:16 CST 2026
21
distributionBase=GRADLE_USER_HOME
32
distributionPath=wrapper/dists
4-
distributionSha256Sum=20f1b1176237254a6fc204d8434196fa11a4cfb387567519c61556e8710aed78
5-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
3+
distributionSha256Sum=b266d5ff6b90eada6dc3b20cb090e3731302e553a27c5d3e4df1f0d76beaff06
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
65
networkTimeout=10000
76
validateDistributionUrl=true
87
zipStoreBase=GRADLE_USER_HOME

client/gradlew renamed to gradlew

Lines changed: 4 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/gradlew.bat renamed to gradlew.bat

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

0 commit comments

Comments
 (0)