Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
svendvd authored Jan 7, 2020
1 parent 7fa05f3 commit 0e464c9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ apply plugin: 'com.android.application'

apply plugin: 'kotlin-android'
apply plugin: 'kotlin-kapt'
apply plugin: 'kotlin-android-extensions'

// Apply the PESDKPlugin.
// [!] This assumes you made the correct changes to your projects build.gradle file!
Expand All @@ -34,9 +33,6 @@ imglyConfig {
licencePath 'LICENSE_ANDROID' // Name of the Licence file in the asset folder
}

// If you use another supportLibVersion ('com.android.support'), change this version here to update your own supportLibVersion
supportLibVersion "28.0.0"

// Define the modules you are need
modules {

Expand Down Expand Up @@ -78,4 +74,4 @@ android {
pickFirst 'lib/mips/librsjni.so'
pickFirst 'lib/mips/libRSSupport.so'
}
}
}

0 comments on commit 0e464c9

Please sign in to comment.