Skip to content

Commit

Permalink
Update Android Studio and gradle binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
AbandonedCart committed Feb 26, 2024
1 parent 8065d9d commit 268a82a
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
compileSdk 34
minSdk 19
targetSdk 34
versionName "4.1.6"
versionName "4.1.7"
versionCode = versionName.replace(".","").toInteger() * 10

vectorDrawables {
Expand Down
13 changes: 12 additions & 1 deletion app/src/main/res/raw/amiibo.json
Original file line number Diff line number Diff line change
Expand Up @@ -9328,6 +9328,15 @@
"jp": "2024-01-19",
"na": "2024-01-19"
}
},
"0x3f000000042e0002": {
"name": "Sora",
"release": {
"au": "2024-02-16",
"eu": "2024-02-16",
"jp": "2024-02-16",
"na": "2024-02-16"
}
}
},
"amiibo_series":
Expand Down Expand Up @@ -9450,6 +9459,7 @@
"0x380": "Power Pros",
"0x1bd": "Pokemon",
"0x378": "Metal Gear Solid",
"0x3f0": "Kingdom Hearts",
"0x1d4": "Pokemon",
"0x1d0": "Pokemon",
"0x34c": "Street fighter",
Expand Down Expand Up @@ -10129,6 +10139,7 @@
"0x09c8": "Diddy Kong",
"0x07c0": "Mii",
"0x2243": "Noah",
"0x2244": "Mio"
"0x2244": "Mio",
"0x3f00": "Sora"
}
}
6 changes: 6 additions & 0 deletions app/src/main/res/raw/games_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -96633,6 +96633,12 @@
"gamesSwitch": []
},
"0x22440000043e1b02":
{
"games3DS": [],
"gamesWiiU": [],
"gamesSwitch": []
},
"0x3f000000042e0002":
{
"games3DS": [],
"gamesWiiU": [],
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
maven { url "https://jitpack.io" }
}
dependencies {
classpath 'com.android.tools.build:gradle:8.1.4'
classpath 'com.android.tools.build:gradle:8.2.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.10"

// NOTE: Do not place your application dependencies here; they belong
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 @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-all.zip

0 comments on commit 268a82a

Please sign in to comment.