Skip to content

Commit

Permalink
Merge pull request #21 from sz3/sdk-ndk-downgrade-for-fdroid
Browse files Browse the repository at this point in the history
Downgrade sdk/ndk versions to fix fdroid build.
  • Loading branch information
sz3 authored Jul 1, 2023
2 parents a7190ce + b0be936 commit 4368143
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 33
buildToolsVersion "29.0.3"
ndkVersion "25.2.9519653"
ndkVersion "22.1.7171670"
defaultConfig {
applicationId "org.cimbar.camerafilecopy"
minSdkVersion 21
targetSdkVersion 33
targetSdkVersion 30
versionCode 9
versionName "0.5.13"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit 4368143

Please sign in to comment.