Skip to content

Commit

Permalink
build(deps): upgrade AGP to 7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mslalith committed May 14, 2022
1 parent 5dcf6eb commit 280d7e9
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 @@ -8,6 +8,7 @@ plugins {
android {
compileSdk = ConfigData.TARGET_SDK
buildToolsVersion = ConfigData.BUILD_TOOLS
namespace = "dev.mslalith.focuslauncher"

defaultConfig {
applicationId = "dev.mslalith.focuslauncher"
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="dev.mslalith.focuslauncher">
xmlns:tools="http://schemas.android.com/tools">

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
object Versions {
const val KOTLIN = "1.6.21"
const val GRADLE = "7.1.3"
const val GRADLE = "7.2.0"
const val KOTLINX_KOVER = "0.5.1"

const val KOTLIN_CORE_KTX = "1.9.0-alpha03"
Expand Down

0 comments on commit 280d7e9

Please sign in to comment.