Upgrade all possible dependencies

This commit is contained in:
Nathan Chapman
2024-02-21 16:09:08 -06:00
parent 1f011fd194
commit a2442e0095
38 changed files with 3059 additions and 2497 deletions
+1
View File
@@ -1,6 +1,7 @@
apply plugin: 'com.android.application'
android {
namespace "com.example.app"
compileSdkVersion rootProject.ext.compileSdkVersion
defaultConfig {
applicationId "com.example.app"
+2 -2
View File
@@ -2,8 +2,8 @@
android {
compileOptions {
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
}
}
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.app">
>
<application
android:allowBackup="true"