Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit 6677877

Browse files
committed
Corrections...
1 parent c78a185 commit 6677877

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 30
4+
compileSdkVersion 29
55
defaultConfig {
66
applicationId "wstxda.losicons"
77
minSdkVersion 21
8-
targetSdkVersion 30
9-
versionCode 40
10-
versionName "4.0"
8+
targetSdkVersion 29
9+
versionCode 41
10+
versionName "4.1"
1111
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1212
}
1313
buildTypes {

0 commit comments

Comments
 (0)