Skip to content

Commit 42e7ac1

Browse files
build and publish v0.3.0 for Android
1 parent ab6ee3f commit 42e7ac1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

android/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ android {
7878
applicationId "org.wave.doom"
7979
minSdkVersion rootProject.ext.minSdkVersion
8080
targetSdkVersion rootProject.ext.targetSdkVersion
81-
versionCode 25
82-
versionName "0.2.2"
81+
versionCode 30
82+
versionName "0.3.0"
8383

8484
missingDimensionStrategy 'react-native-camera', 'general'
8585
}

android/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
buildscript {
44
ext {
5-
buildToolsVersion = "33.0.0"
5+
buildToolsVersion = "34.0.0"
66
minSdkVersion = 21
7-
compileSdkVersion = 33
8-
targetSdkVersion = 33
7+
compileSdkVersion = 34
8+
targetSdkVersion = 34
99

1010
// We use NDK 23 which has both M1 support and is the side-by-side NDK version from AGP.
1111
ndkVersion = "23.1.7779620"

0 commit comments

Comments
 (0)