diff --git a/app/build.gradle b/app/build.gradle index 152436c..c317b1a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,8 +12,8 @@ android { applicationId "com.trustdevice.android" minSdk 21 targetSdk 34 - versionCode 5 - versionName "1.0.4" + versionCode 6 + versionName "1.0.5" ndk { abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64' }