summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--OWNERS1
-rw-r--r--ts43authentication/AndroidManifest.xml2
2 files changed, 2 insertions, 1 deletions
diff --git a/OWNERS b/OWNERS
index 3582f8d..20feb14 100644
--- a/OWNERS
+++ b/OWNERS
@@ -2,3 +2,4 @@ amruthr@google.com
jackyu@google.com
rgreenwalt@google.com
sasindran@google.com
+sarahchin@google.com
diff --git a/ts43authentication/AndroidManifest.xml b/ts43authentication/AndroidManifest.xml
index 81d94f1..dca0379 100644
--- a/ts43authentication/AndroidManifest.xml
+++ b/ts43authentication/AndroidManifest.xml
@@ -18,5 +18,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.android.libraries.ts43authentication">
- <uses-sdk android:minSdkVersion="28"/>
+ <uses-sdk android:minSdkVersion="29"/>
</manifest>