Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies & gradle.properties #2679

Closed
wants to merge 15 commits into from
Prev Previous commit
Next Next commit
Downgrade cameraX version
Goooler committed Feb 16, 2021
commit 6f9b5df87e5cfd07a44cf63cd64fac14ca194709
2 changes: 1 addition & 1 deletion mobile/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ setupApp()
android.defaultConfig.applicationId = "com.github.shadowsocks"

dependencies {
val cameraxVersion = "1.1.0-alpha01"
val cameraxVersion = "1.0.0-rc02"

implementation("androidx.browser:browser:1.3.0")
implementation("androidx.camera:camera-camera2:$cameraxVersion")