We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 776838e commit 3a187c9Copy full SHA for 3a187c9
app/build.gradle
@@ -5,12 +5,12 @@ apply plugin: 'com.google.gms.google-services'
5
apply plugin: 'com.google.firebase.crashlytics'
6
7
android {
8
- compileSdkVersion 31
+ compileSdkVersion 33
9
buildToolsVersion '30.0.3'
10
defaultConfig {
11
applicationId 'com.blogspot.e_kanivets.moneytracker'
12
minSdkVersion 21
13
- targetSdkVersion 31
+ targetSdkVersion 33
14
15
versionCode 37
16
versionName '2.1.5'
0 commit comments