Skip to content

Commit

Permalink
Bump android gradle plugin version to 7.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yasinkacmaz committed Oct 7, 2022
1 parent bc23eb0 commit d2bc40d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ android {
)
)
}
namespace = "com.yasinkacmaz.jetflix"
}

kapt {
Expand Down
3 changes: 1 addition & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.yasinkacmaz.jetflix">
xmlns:tools="http://schemas.android.com/tools">

<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 @@ -6,7 +6,7 @@ composeCompiler = "1.3.2"
accompanist = "0.26.5-rc"

[plugins]
agp = { id = "com.android.application", version = "7.2.2" }
agp = { id = "com.android.application", version = "7.3.0" }
hilt = { id = "com.google.dagger.hilt.android", version.ref = "daggerHilt" }
kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
Expand Down

0 comments on commit d2bc40d

Please sign in to comment.