Skip to content

Commit

Permalink
Upgrade AGP to 7.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Sep 20, 2021
1 parent 1307888 commit d96b967
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
android:theme="@style/Theme.BindablesDemo">
<activity
android:name=".MainActivity"
android:theme="@style/AppTheme">
android:theme="@style/AppTheme"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

Expand Down
4 changes: 2 additions & 2 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ ext.versions = [
versionCode : 10,
versionName : '1.0.9',

gradleBuildTool : '4.1.3',
spotlessGradle : '5.14.0',
gradleBuildTool : '7.0.2',
spotlessGradle : '5.15.0',
ktlintGradle : '0.41.0',
dokkaGradle : '1.4.32',
binaryValidator : '0.7.1',
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.zip

0 comments on commit d96b967

Please sign in to comment.