Fix protobuf

This commit is contained in:
MrLetsplay 2023-09-16 22:53:25 +02:00
parent fdf9443006
commit ad06562bf3
Signed by: mr
SSH Key Fingerprint: SHA256:92jBH80vpXyaZHjaIl47pjRq+Yt7XGTArqQg1V7hSqg
3 changed files with 5 additions and 4 deletions

View File

@ -10,8 +10,8 @@
<option name="gradleJvm" value="jbr-17" />
<option name="modules">
<set>
<option value="$PROJECT_DIR$" />
<option value="$PROJECT_DIR$/app" />
<option value="/mnt/sshd/Files/Desktop/testing/android/Cringe-Authenticator" />
<option value="/mnt/sshd/Files/Desktop/testing/android/Cringe-Authenticator/app" />
</set>
</option>
</GradleProjectSettings>

View File

@ -2,5 +2,6 @@
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
<mapping directory="/mnt/sshd/Files/Desktop/testing/android/Cringe-Authenticator" vcs="Git" />
</component>
</project>

View File

@ -45,7 +45,7 @@ android {
protobuf {
protoc {
artifact = 'com.google.protobuf:protoc:21.0-rc-1'
artifact = 'com.google.protobuf:protoc:3.24.3'
}
generateProtoTasks {
all().each { task ->
@ -84,5 +84,5 @@ dependencies {
implementation "androidx.camera:camera-view:${camerax_version}"
implementation "androidx.camera:camera-extensions:${camerax_version}"
implementation 'com.google.protobuf:protobuf-javalite:3.20.1'
implementation 'com.google.protobuf:protobuf-javalite:3.24.3'
}