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

Commit

Permalink
Release v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
amirisback committed Jan 19, 2021
1 parent 5285cbd commit f9b00f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ android {
targetCompatibility JavaVersion.VERSION_1_8
}

compileSdkVersion 29
compileSdkVersion 30
buildToolsVersion "29.0.3"

defaultConfig {
applicationId "com.frogobox.newsapi"
minSdkVersion 21
targetSdkVersion 29
targetSdkVersion 30
versionCode projectVersionCode
versionName projectVersionName

Expand Down
4 changes: 2 additions & 2 deletions frogonewsapi/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ android {
jvmTarget = JavaVersion.VERSION_1_8.toString()
}

compileSdkVersion 29
compileSdkVersion 30
buildToolsVersion "29.0.3"

defaultConfig {
minSdkVersion 21
targetSdkVersion 29
targetSdkVersion 30
versionCode projectVersionCode
versionName projectVersionName

Expand Down

0 comments on commit f9b00f6

Please sign in to comment.