File tree 3 files changed +0
-24
lines changed
3 files changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ plugins {
6
6
id(" com.google.dagger.hilt.android" )
7
7
id(" kotlin-kapt" )
8
8
id(" com.google.devtools.ksp" )
9
- id(" com.google.protobuf" )
10
9
kotlin(" plugin.serialization" )
11
10
}
12
11
@@ -115,7 +114,6 @@ dependencies {
115
114
116
115
// DataStore
117
116
implementation(" androidx.datastore:datastore:1.0.0" )
118
- implementation(" com.google.protobuf:protobuf-javalite:3.22.2" )
119
117
implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.0" )
120
118
121
119
// Coil
@@ -155,19 +153,3 @@ fun getApiKey(): String {
155
153
156
154
return apikeyProperties.getProperty(" API_KEY" )
157
155
}
158
-
159
- protobuf {
160
- protoc {
161
- artifact = " com.google.protobuf:protoc:3.24.4"
162
- }
163
-
164
- generateProtoTasks {
165
- all().forEach { task ->
166
- task.builtins {
167
- create(" java" ) {
168
- option(" lite" )
169
- }
170
- }
171
- }
172
- }
173
- }
Original file line number Diff line number Diff line change 10
10
-keepclasseswithmembers,allowobfuscation class * {
11
11
@com.google.gson.annotations.SerializedName <fields>;
12
12
}
13
-
14
- # Proto DataStore
15
- -keepclassmembers class * extends com.google.protobuf.GeneratedMessageLite {
16
- <fields>;
17
- }
Original file line number Diff line number Diff line change @@ -4,6 +4,5 @@ plugins {
4
4
id(" org.jetbrains.kotlin.android" ) version " 1.8.20" apply false
5
5
id(" com.google.dagger.hilt.android" ) version " 2.48.1" apply false
6
6
id(" com.google.devtools.ksp" ) version " 1.8.20-1.0.11" apply false
7
- id(" com.google.protobuf" ) version " 0.9.4" apply false
8
7
kotlin(" plugin.serialization" ) version " 1.8.20" apply false
9
8
}
You can’t perform that action at this time.
0 commit comments