We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab6ee3f commit 42e7ac1Copy full SHA for 42e7ac1
android/app/build.gradle
@@ -78,8 +78,8 @@ android {
78
applicationId "org.wave.doom"
79
minSdkVersion rootProject.ext.minSdkVersion
80
targetSdkVersion rootProject.ext.targetSdkVersion
81
- versionCode 25
82
- versionName "0.2.2"
+ versionCode 30
+ versionName "0.3.0"
83
84
missingDimensionStrategy 'react-native-camera', 'general'
85
}
android/build.gradle
@@ -2,10 +2,10 @@
2
3
buildscript {
4
ext {
5
- buildToolsVersion = "33.0.0"
+ buildToolsVersion = "34.0.0"
6
minSdkVersion = 21
7
- compileSdkVersion = 33
8
- targetSdkVersion = 33
+ compileSdkVersion = 34
+ targetSdkVersion = 34
9
10
// We use NDK 23 which has both M1 support and is the side-by-side NDK version from AGP.
11
ndkVersion = "23.1.7779620"
0 commit comments