upgrade gradle versions and include .cxx bindings

This commit is contained in:
tejas238
2022-11-23 21:32:55 +05:30
parent 8d21a265cc
commit 038166f9f2
4 changed files with 7 additions and 5 deletions

View File

@@ -1,10 +1,10 @@
apply plugin: 'com.android.library'
android {
compileSdkVersion 28
compileSdkVersion 31
defaultConfig {
minSdkVersion 14
targetSdkVersion 23
minSdkVersion 21
targetSdkVersion 31
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"