Update to AGP 7.4.1

This commit is contained in:
Cameron Gutman 2023-02-21 22:36:04 -06:00
parent 48278419b0
commit b668cb78ff
3 changed files with 4 additions and 3 deletions

View File

@ -5,6 +5,8 @@ android {
compileSdk 33
namespace 'com.limelight'
defaultConfig {
minSdk 16
targetSdk 33

View File

@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.limelight">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />

View File

@ -5,7 +5,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.2.2'
classpath 'com.android.tools.build:gradle:7.4.1'
}
}