Skip to content
This repository was archived by the owner on Jun 27, 2020. It is now read-only.

Commit 1d4697f

Browse files
Raise targetSdkVersion to 29.
1 parent 8a36f8b commit 1d4697f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ android {
2323
defaultConfig {
2424
applicationId 'com.blogspot.e_kanivets.moneytracker'
2525
minSdkVersion 21
26-
targetSdkVersion 26
26+
targetSdkVersion 29
2727

2828
versionCode 31
2929
versionName '2.0.1'

0 commit comments

Comments
 (0)