diff --git a/android/app/build.gradle b/android/app/build.gradle index ad4bb9026a35403b32ffef0b2c7a0c2051e13632..dc960d6763f4c51dd01c1882853efcc236d636a3 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -55,11 +55,11 @@ android { } ext.abiCodes = [ - 'armeabi': 1, - 'armeabi-v7a': 2, - 'arm64-v8a': 3, - 'x86': 4, - 'x86_64': 5, + 'x86': 1, + 'x86_64': 2, + 'armeabi': 3, + 'armeabi-v7a': 4, + 'arm64-v8a': 5, ] import com.android.build.OutputFile diff --git a/pubspec.yaml b/pubspec.yaml index c2d52425aa6fe05d13026d23647cd9d9b5b4cc1c..27cfef33d45efddf7c808bbb18f9a0b774731279 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: Hangman game, have fun with words and letters! publish_to: "none" -version: 1.3.1+31 +version: 1.3.2+32 environment: sdk: "^3.0.0"