Skip to content

Commit

Permalink
uopopodate: ???
Browse files Browse the repository at this point in the history
  • Loading branch information
ZTFtrue committed Feb 4, 2024
1 parent 29e1534 commit ed661d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ android {
applicationId = "com.ztftrue.music"
minSdk = 30
targetSdk = 34
versionCode = 6
versionName = "0.1.5"
versionCode = 7
versionName = "0.1.6"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
1 change: 1 addition & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ dependencyResolutionManagement {
google()
mavenCentral()
maven (
// for Tarsos
url = "https://mvn.0110.be/releases"
)
}
Expand Down

0 comments on commit ed661d0

Please sign in to comment.