1
0
mirror of https://github.com/helloworld1/FreeOTPPlus synced 2025-10-06 00:23:07 +02:00

AGP upgrade to 8.1.3

This commit is contained in:
Howard Liberty
2023-11-10 21:51:03 -08:00
parent a88de1f85e
commit 4d9dc0ce18
12 changed files with 15 additions and 12 deletions

View File

@@ -47,6 +47,8 @@ android {
execution = "ANDROIDX_TEST_ORCHESTRATOR"
animationsDisabled = true
}
namespace = "org.fedorahosted.freeotp"
testNamespace = "org.fedorahosted.freeotp.uitest"
}
dependencies {

View File

@@ -1,6 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="org.fedorahosted.freeotp.uitest"
android:versionCode="1"
android:versionName="1.0">
<instrumentation android:targetPackage="org.fedorahosted.freeotp"

View File

@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.fedorahosted.freeotp">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<supports-screens
android:anyDensity="true"

View File

@@ -6,8 +6,8 @@ buildscript {
}
dependencies {
classpath("com.android.tools.build:gradle:7.3.1")
classpath(kotlin("gradle-plugin", "1.6.10"))
classpath("com.android.tools.build:gradle:8.1.3")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.21")
classpath(libs.hiltPlugin)
}
}

View File

@@ -1,3 +1,6 @@
android.defaults.buildfeatures.buildconfig=true
android.enableJetifier=true
android.nonFinalResIds=false
android.nonTransitiveRClass=false
android.useAndroidX=true
org.gradle.jvmargs=-Xmx2048m

View File

@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip

View File

@@ -27,6 +27,7 @@ android {
kotlinOptions {
jvmTarget = "1.8"
}
namespace = "com.amulyakhare.textdrawable"
}
dependencies {

View File

@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.amulyakhare.textdrawable">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
</manifest>

View File

@@ -29,6 +29,7 @@ android {
kotlinOptions {
jvmTarget = "1.8"
}
namespace = "org.liberty.android.freeotp.token_data"
}
dependencies {

View File

@@ -1,4 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.liberty.android.freeotp.token_data">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
</manifest>

View File

@@ -27,6 +27,7 @@ android {
kotlinOptions {
jvmTarget = "1.8"
}
namespace = "org.liberty.android.freeotp.token_images"
}
dependencies {

View File

@@ -1,3 +1,2 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.liberty.android.freeotp.token_images">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
</manifest>