Skip to content

Commit

Permalink
OboeTester: bump version to 1.5.26
Browse files Browse the repository at this point in the history
  • Loading branch information
philburk committed Aug 31, 2020
1 parent 473cc94 commit c5dcad3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions apps/OboeTester/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
minSdkVersion 23
targetSdkVersion 28
// Also update the versions in the AndroidManifest.xml file.
versionCode 33
versionName "1.5.25"
versionCode 34
versionName "1.5.26"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
externalNativeBuild {
cmake {
Expand Down
4 changes: 2 additions & 2 deletions apps/OboeTester/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.google.sample.oboe.manualtest"
android:versionCode="33"
android:versionName="1.5.25">
android:versionCode="34"
android:versionName="1.5.26">
<!-- versionCode and versionName also have to be updated in build.gradle -->

<uses-feature android:name="android.hardware.microphone" android:required="true" />
Expand Down

0 comments on commit c5dcad3

Please sign in to comment.