Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions android/build.gradle.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 30
buildToolsVersion '30.0.2'

lintOptions {
checkReleaseBuilds false
Expand All @@ -70,7 +69,7 @@ android {
defaultConfig {
applicationId "${applicationId}"
minSdkVersion 21
targetSdkVersion 34
targetSdkVersion 35
versionCode ${version.code}
versionName "${version.name}"
multiDexEnabled false
Expand Down