Skip to content

Commit 0436d86

Browse files
committed
build: 1.6.3+10
1 parent 1371b35 commit 0436d86

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

.idea/misc.xml

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ plugins {
1111

1212
android {
1313
namespace = "app.pwhs.universalinstaller"
14-
compileSdk = 37
14+
compileSdk = 36
1515

1616
defaultConfig {
1717
applicationId = "app.pwhs.universalinstaller"
1818
minSdk = 24
19-
targetSdk = 37
20-
versionCode = 9
21-
versionName = "1.6.2"
19+
targetSdk = 36
20+
versionCode = 10
21+
versionName = "1.6.3"
2222

2323
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2424
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Downgrade android sdk to 36

0 commit comments

Comments
 (0)