aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Wu <85952307+robertwu1@users.noreply.github.com>2022-09-07 15:28:40 -0700
committerGitHub <noreply@github.com>2022-09-07 15:28:40 -0700
commit6e672e522e899bfe4adf20000355d4ded22a4266 (patch)
tree6e06e312b72cb44ec044239a6ce6fc57ea76ab74
parent28fe61a8c0e911c08a8dc91751164895527e812c (diff)
downloadoboe-6e672e522e899bfe4adf20000355d4ded22a4266.tar.gz
update Oboe to version 33 (#1618)
-rw-r--r--apps/OboeTester/app/build.gradle4
-rw-r--r--prefab/oboe-VERSION/AndroidManifest.xml2
-rw-r--r--samples/LiveEffect/build.gradle4
-rw-r--r--samples/MegaDrone/build.gradle4
-rw-r--r--samples/RhythmGame/build.gradle4
-rw-r--r--samples/SoundBoard/build.gradle4
-rw-r--r--samples/audio-device/build.gradle4
-rw-r--r--samples/drumthumper/build.gradle4
-rw-r--r--samples/hello-oboe/build.gradle4
-rw-r--r--samples/iolib/build.gradle4
-rw-r--r--samples/parselib/build.gradle4
11 files changed, 21 insertions, 21 deletions
diff --git a/apps/OboeTester/app/build.gradle b/apps/OboeTester/app/build.gradle
index 9873e3b2..0568c666 100644
--- a/apps/OboeTester/app/build.gradle
+++ b/apps/OboeTester/app/build.gradle
@@ -1,11 +1,11 @@
apply plugin: 'com.android.application'
android {
- compileSdkVersion 31
+ compileSdkVersion 33
defaultConfig {
applicationId = "com.mobileer.oboetester"
minSdkVersion 23
- targetSdkVersion 31
+ targetSdkVersion 33
versionCode 59
versionName "2.3.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
diff --git a/prefab/oboe-VERSION/AndroidManifest.xml b/prefab/oboe-VERSION/AndroidManifest.xml
index e1e43eb3..be693cc6 100644
--- a/prefab/oboe-VERSION/AndroidManifest.xml
+++ b/prefab/oboe-VERSION/AndroidManifest.xml
@@ -1,3 +1,3 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.google.oboe">
- <uses-sdk android:minSdkVersion="21" android:targetSdkVersion="31"/>
+ <uses-sdk android:minSdkVersion="21" android:targetSdkVersion="33"/>
</manifest> \ No newline at end of file
diff --git a/samples/LiveEffect/build.gradle b/samples/LiveEffect/build.gradle
index fb903669..5b491b2f 100644
--- a/samples/LiveEffect/build.gradle
+++ b/samples/LiveEffect/build.gradle
@@ -1,12 +1,12 @@
apply plugin: 'com.android.application'
android {
- compileSdkVersion 31
+ compileSdkVersion 33
defaultConfig {
applicationId 'com.google.oboe.samples.liveeffect'
minSdkVersion 21
- targetSdkVersion 31
+ targetSdkVersion 33
versionCode 1
versionName '1.0'
ndk {
diff --git a/samples/MegaDrone/build.gradle b/samples/MegaDrone/build.gradle
index a47745e5..181b65fb 100644
--- a/samples/MegaDrone/build.gradle
+++ b/samples/MegaDrone/build.gradle
@@ -1,11 +1,11 @@
apply plugin: 'com.android.application'
android {
- compileSdkVersion 31
+ compileSdkVersion 33
defaultConfig {
applicationId "com.google.oboe.samples.megadrone"
minSdkVersion 21
- targetSdkVersion 31
+ targetSdkVersion 33
versionCode 1
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
diff --git a/samples/RhythmGame/build.gradle b/samples/RhythmGame/build.gradle
index 9c018486..39114f42 100644
--- a/samples/RhythmGame/build.gradle
+++ b/samples/RhythmGame/build.gradle
@@ -1,10 +1,10 @@
apply plugin: 'com.android.application'
android {
- compileSdkVersion 31
+ compileSdkVersion 33
defaultConfig {
applicationId "com.google.oboe.samples.rhythmgame"
- targetSdkVersion 31
+ targetSdkVersion 33
versionCode 1
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
diff --git a/samples/SoundBoard/build.gradle b/samples/SoundBoard/build.gradle
index 8b69b938..a2d125fc 100644
--- a/samples/SoundBoard/build.gradle
+++ b/samples/SoundBoard/build.gradle
@@ -1,11 +1,11 @@
apply plugin: 'com.android.application'
android {
- compileSdkVersion 31
+ compileSdkVersion 33
defaultConfig {
applicationId "com.google.oboe.samples.soundboard"
minSdkVersion 21
- targetSdkVersion 31
+ targetSdkVersion 33
versionCode 1
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
diff --git a/samples/audio-device/build.gradle b/samples/audio-device/build.gradle
index 1dd0d382..4f52c4e3 100644
--- a/samples/audio-device/build.gradle
+++ b/samples/audio-device/build.gradle
@@ -1,10 +1,10 @@
apply plugin: 'com.android.library'
android {
- compileSdkVersion 31
+ compileSdkVersion 33
defaultConfig {
minSdkVersion 21
- targetSdkVersion 31
+ targetSdkVersion 33
}
buildTypes {
release {
diff --git a/samples/drumthumper/build.gradle b/samples/drumthumper/build.gradle
index 1739bd49..29a668b2 100644
--- a/samples/drumthumper/build.gradle
+++ b/samples/drumthumper/build.gradle
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
android {
- compileSdkVersion 31
+ compileSdkVersion 33
defaultConfig {
// Usually the applicationId follows the same scheme as the application package name,
@@ -12,7 +12,7 @@ android {
// who publishes using the application Id prefix of "com.plausiblesoftware".
applicationId "com.plausiblesoftware.drumthumper"
minSdkVersion 23
- targetSdkVersion 31
+ targetSdkVersion 33
versionCode 2
versionName "1.01"
diff --git a/samples/hello-oboe/build.gradle b/samples/hello-oboe/build.gradle
index 77dc0f49..750efc82 100644
--- a/samples/hello-oboe/build.gradle
+++ b/samples/hello-oboe/build.gradle
@@ -1,12 +1,12 @@
apply plugin: 'com.android.application'
android {
- compileSdkVersion 31
+ compileSdkVersion 33
defaultConfig {
applicationId 'com.google.oboe.samples.hellooboe'
minSdkVersion 21
- targetSdkVersion 31
+ targetSdkVersion 33
versionCode 1
versionName '1.0'
externalNativeBuild {
diff --git a/samples/iolib/build.gradle b/samples/iolib/build.gradle
index 0112e28d..d0571a92 100644
--- a/samples/iolib/build.gradle
+++ b/samples/iolib/build.gradle
@@ -1,11 +1,11 @@
apply plugin: 'com.android.library'
android {
- compileSdkVersion 31
+ compileSdkVersion 33
defaultConfig {
minSdkVersion 21
- targetSdkVersion 31
+ targetSdkVersion 33
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles 'consumer-rules.pro'
diff --git a/samples/parselib/build.gradle b/samples/parselib/build.gradle
index ebeea7ef..58b2190d 100644
--- a/samples/parselib/build.gradle
+++ b/samples/parselib/build.gradle
@@ -1,11 +1,11 @@
apply plugin: 'com.android.library'
android {
- compileSdkVersion 31
+ compileSdkVersion 33
defaultConfig {
minSdkVersion 21
- targetSdkVersion 31
+ targetSdkVersion 33
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}