Skip to content

Commit 923a3ca

Browse files
committed
refactor: update minimum SDK version and dependencies
1 parent eb863e3 commit 923a3ca

File tree

6 files changed

+9
-6
lines changed

6 files changed

+9
-6
lines changed

DebugUtils

JavaUtils

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ android {
2222

2323
applicationId "ndk.personal.account_ledger"
2424

25-
minSdkVersion 19
25+
minSdkVersion 21
2626
targetSdkVersion 34
2727

2828
versionCode 1

build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ buildscript {
44

55
google()
66
mavenCentral()
7-
jcenter()
87
}
98

109
dependencies {
@@ -22,7 +21,9 @@ allprojects {
2221
google()
2322
mavenCentral()
2423
maven { url 'https://jitpack.io' }
25-
jcenter()
24+
maven {
25+
url "https://artifactory.appodeal.com/appodeal-public"
26+
}
2627
}
2728
}
2829

mise.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[tools]
2+
java = "17"

0 commit comments

Comments
 (0)