Skip to content

Commit

Permalink
AGP 8 (#1519)
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Sep 12, 2024
1 parent a3f485b commit c163705
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions android-test/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ val isIDE = properties.containsKey("android.injected.invoked.from.ide") ||
System.getenv("IDEA_INITIAL_DIRECTORY") != null

android {
namespace = "com.squareup.okio"

compileOptions {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
Expand Down
2 changes: 1 addition & 1 deletion android-test/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
tools:ignore="MissingClass"
package="com.squareup.okio">
>

<uses-permission android:name="android.permission.INTERNET" />

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jmh = "1.37"
ktlint = "0.48.2"

[libraries]
android-gradle-plugin = { module = "com.android.tools.build:gradle", version = "7.4.2" }
android-gradle-plugin = { module = "com.android.tools.build:gradle", version = "8.0.0" }
android-desugar-jdk-libs = { module = "com.android.tools:desugar_jdk_libs", version = "2.1.2" }
androidx-test-ext-junit = { module = "androidx.test.ext:junit", version = "1.2.1" }
androidx-test-runner = { module = "androidx.test:runner", version = "1.5.2" }
Expand Down

0 comments on commit c163705

Please sign in to comment.