Skip to content

Commit

Permalink
v.0.9.3
Browse files Browse the repository at this point in the history
- clean build
  • Loading branch information
pablo03v committed Aug 14, 2023
1 parent a19a7bf commit 25f0ec6
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 283 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId = "cloud.pablos.overload"
minSdk = libs.versions.minSdk.get().toInt()
targetSdk = 34
versionCode = 92
versionName = "0.9.2"
versionCode = 93
versionName = "0.9.3"
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
Binary file removed app/release/app-release.apk
Binary file not shown.
4 changes: 2 additions & 2 deletions app/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 92,
"versionName": "0.9.2",
"versionCode": 93,
"versionName": "0.9.3",
"outputFile": "app-release.apk"
}
],
Expand Down
Binary file removed gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
185 changes: 0 additions & 185 deletions gradlew

This file was deleted.

89 changes: 0 additions & 89 deletions gradlew.bat

This file was deleted.

5 changes: 0 additions & 5 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ pluginManagement {
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
snapshotVersion?.let {
println("https://androidx.dev/snapshots/builds/$it/artifacts/repository/")
maven { url = uri("https://androidx.dev/snapshots/builds/$it/artifacts/repository/") }
}

google()
mavenCentral()
}
Expand Down

0 comments on commit 25f0ec6

Please sign in to comment.