Skip to content

Commit

Permalink
chore: AGP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lovegaoshi committed May 1, 2024
1 parent b84f355 commit 4e1e4e2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,11 @@ ios开发需要XCode。安卓开发需要android studio。编译问题请看gith

```
git clone https://github.com/lovegaoshi/azusa-player-mobile.git
yarn build
yarn
yarn build
cd ios && pod install && cd ..
mv ios/sentry.properties.example ios/sentry.properties
yarn start
```

### MF插件
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath('com.android.tools.build:gradle:8.3.1')
classpath('com.android.tools.build:gradle:8.4.0')
classpath("com.facebook.react:react-native-gradle-plugin")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
}
Expand Down
2 changes: 1 addition & 1 deletion android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 4e1e4e2

Please sign in to comment.