Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3661748a authored by Jonathan Klee's avatar Jonathan Klee
Browse files

Bump AGP version to 8.1.0

parent 7ebd0973
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@ android {
        disable 'MissingTranslation'
            abortOnError false
    }
    namespace 'org.lineageos.openweathermapprovider'
}

dependencies {
+1 −2
Original line number Diff line number Diff line
@@ -13,8 +13,7 @@
     See the License for the specific language governing permissions and
     limitations under the License.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="org.lineageos.openweathermapprovider">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">

    <uses-permission android:name="lineageos.permission.ACCESS_WEATHER_MANAGER" />
    <uses-permission android:name="android.permission.INTERNET" />
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ buildscript {
        google()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:3.2.1'
        classpath 'com.android.tools.build:gradle:8.1.0'

        // NOTE: Do not place your application dependencies here; they belong
        // in the individual module build.gradle files
+4 −1
Original line number Diff line number Diff line
@@ -10,7 +10,10 @@
# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
# Default value: -Xmx10248m -XX:MaxPermSize=256m
org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
android.defaults.buildfeatures.buildconfig=true
android.nonFinalResIds=false
android.nonTransitiveRClass=false
org.gradle.jvmargs=-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8

# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit
+9.51 KiB (61.9 KiB)

File changed.

No diff preview for this file type.

Loading