Skip to content

Commit

Permalink
Merge pull request #43 from Abrynos/renovate/com.android.tools.build-…
Browse files Browse the repository at this point in the history
…gradle-7.x

Update dependency com.android.tools.build:gradle to v7.1.0
  • Loading branch information
Abrynos authored Jan 26, 2022
2 parents 5cefed2 + edca3c9 commit 4dbbf0d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
package="pl.edu.pjwstk.s999844.shoppinglist">

<application
android:allowBackup="false"
android:icon="@mipmap/ic_launcher"
android:label="@string/appName"
android:logo="@mipmap/ic_launcher"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.0.4'
classpath 'com.android.tools.build:gradle:7.1.0'
//noinspection DifferentKotlinGradleVersion
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

Expand Down

0 comments on commit 4dbbf0d

Please sign in to comment.