Skip to content

Commit

Permalink
Target SDK 30
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavpandey committed Jan 28, 2021
1 parent eae1329 commit 8791b33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@

buildscript {
ext.versions = [
'compileSdk' : 29,
'compileSdk' : 30,
'minSdk' : 14,
'targetSdk' : 29,
'targetSdk' : 30,
'buildTools' : '30.0.3',
'constraintlayout': '2.0.4',
'dynamic' : '3.3.0',
Expand Down Expand Up @@ -56,7 +56,7 @@ ext {
'devices.'
versionDesc = 'A simple library to display themed toasts with icon and text on Android 4.0 ' +
'(API 14) and above devices.'
referenceTitle = 'Dynamic Toasts Reference'
referenceTitle = 'Dynamic Toasts API reference'

siteUrl = 'https://github.com/pranavpandey/dynamic-toasts'
gitUrl = 'https://github.com/pranavpandey/dynamic-toasts'
Expand Down

0 comments on commit 8791b33

Please sign in to comment.