Skip to content

Commit

Permalink
4.3.17
Browse files Browse the repository at this point in the history
  • Loading branch information
KillerInk committed Nov 23, 2020
1 parent 66d5cb7 commit d1ef093
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 30
versionCode 216
versionName '4.3.16'
versionCode 217
versionName '4.3.17'
applicationId "troop.com.freedcam"
renderscriptTargetApi 24
ndk.abiFilters 'armeabi-v7a', 'arm64-v8a','x86', 'x86_64'
Expand All @@ -40,6 +40,7 @@ android {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
signingConfig signingConfigs.config
ndk.debugSymbolLevel 'full'
}
debug {
jniDebuggable true
Expand All @@ -63,10 +64,10 @@ android {


dependencies {
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.documentfile:documentfile:1.0.1'
implementation 'org.greenrobot:eventbus:3.1.1'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
}

android.applicationVariants.all { variant ->
Expand Down

0 comments on commit d1ef093

Please sign in to comment.