Skip to content

Commit

Permalink
Migrate webp-view to convention plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
DanAlbert committed May 9, 2024
1 parent b748eb3 commit 2afdced
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions webp/view/build.gradle
Original file line number Diff line number Diff line change
@@ -1,34 +1,22 @@
plugins {
id 'com.android.application'
id "ndksamples.android.application"
}

android {
compileSdk 33
ndkVersion '25.1.8937393'
namespace 'com.example.webp_view'

defaultConfig {
applicationId 'com.example.webp_view'
minSdkVersion 14
targetSdkVersion 33

externalNativeBuild {
cmake {
arguments '-DANDROID_STL=c++_static'
}
}
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'),
'proguard-rules.pro'
}
}

externalNativeBuild {
cmake {
path 'src/main/cpp/CMakeLists.txt'
}
}
namespace 'com.example.webp_view'
}

0 comments on commit 2afdced

Please sign in to comment.