Skip to content

Commit

Permalink
Remove app.versions.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
cvzi committed Jul 24, 2024
1 parent d6355d2 commit 7f43ecf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
3 changes: 0 additions & 3 deletions app.versions.toml

This file was deleted.

4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ android {
}
namespace 'com.github.cvzi.darkmodewallpaper'
defaultConfig {
versionName '1.7.0'
versionCode 60
applicationId 'com.github.cvzi.darkmodewallpaper'
minSdk libs.versions.sdk.min.get().toInteger()
compileSdk libs.versions.sdk.compile.get().toInteger()
targetSdk libs.versions.sdk.target.get().toInteger()
versionCode app.versions.code.get().toInteger()
versionName app.versions.name.get()
ndkVersion libs.versions.ndk.get()
externalNativeBuild.cmake.cppFlags '-std=c++17'
}
Expand Down
5 changes: 0 additions & 5 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ dependencyResolutionManagement {
mavenCentral()
maven { url 'https://jitpack.io' }
}
versionCatalogs {
create("app") {
from(files("app.versions.toml"))
}
}
}
include ':app'
rootProject.name = "DarkModeLiveWallpaper"

0 comments on commit 7f43ecf

Please sign in to comment.