Update test fixture dependencies. (#354)

This commit is contained in:
Yang
2023-12-06 11:37:21 +11:00
committed by GitHub
parent fabc29122a
commit f72f505164
7 changed files with 27 additions and 23 deletions
+5 -3
View File
@@ -2,13 +2,15 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
android {
compileSdkVersion 33
buildToolsVersion "33.0.2"
namespace = "com.example.testapp"
compileSdkVersion 34
buildToolsVersion "34.0.0"
defaultConfig {
applicationId "com.example.testapp"
minSdkVersion 15
targetSdkVersion 33
targetSdkVersion 34
versionCode 1
versionName "1.0"
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.testapp">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<application
android:allowBackup="true"