Skip to content

Commit

Permalink
Upgrade gradle plugin version to 7.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
miracleshed committed May 11, 2023
1 parent 0394930 commit 9504206
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'
classpath 'com.android.tools.build:gradle:7.2.2'
// classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
}
}
Expand All @@ -23,9 +23,9 @@ task clean(type: Delete) {
}

ext {
compileSdkVersion = 28
minSdkVersion = 14
compileSdkVersion = 33
minSdkVersion = 21
targetSdkVersion = compileSdkVersion

appCompatVersion = "1.1.0-alpha01"
appCompatVersion = "1.1.0"
}
1 change: 1 addition & 0 deletions demo/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
android:theme="@style/AppTheme.NoActionBar">
<activity
android:name=".EnterActivity"
android:exported = "true"
android:label="@string/app_name">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
Expand Down
6 changes: 3 additions & 3 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sat Jun 08 00:30:18 CST 2019
#Thu May 11 14:36:05 CST 2023
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip
zipStoreBase=GRADLE_USER_HOME

0 comments on commit 9504206

Please sign in to comment.