Skip to content
This repository was archived by the owner on Aug 18, 2021. It is now read-only.

Commit f9b00f6

Browse files
committed
Release v1.0.5
1 parent 5285cbd commit f9b00f6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ android {
1717
targetCompatibility JavaVersion.VERSION_1_8
1818
}
1919

20-
compileSdkVersion 29
20+
compileSdkVersion 30
2121
buildToolsVersion "29.0.3"
2222

2323
defaultConfig {
2424
applicationId "com.frogobox.newsapi"
2525
minSdkVersion 21
26-
targetSdkVersion 29
26+
targetSdkVersion 30
2727
versionCode projectVersionCode
2828
versionName projectVersionName
2929

frogonewsapi/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ android {
2121
jvmTarget = JavaVersion.VERSION_1_8.toString()
2222
}
2323

24-
compileSdkVersion 29
24+
compileSdkVersion 30
2525
buildToolsVersion "29.0.3"
2626

2727
defaultConfig {
2828
minSdkVersion 21
29-
targetSdkVersion 29
29+
targetSdkVersion 30
3030
versionCode projectVersionCode
3131
versionName projectVersionName
3232

0 commit comments

Comments
 (0)