Skip to content

Commit

Permalink
Android Q update
Browse files Browse the repository at this point in the history
  • Loading branch information
sayyedrizwan committed Dec 28, 2019
1 parent 385c1fe commit 4821fbc
Show file tree
Hide file tree
Showing 3 changed files with 121 additions and 5 deletions.
116 changes: 116 additions & 0 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 28
compileSdkVersion 29
defaultConfig {
applicationId "com.rizwan.fastestvideotrimmer"
minSdkVersion 14
targetSdkVersion 28
targetSdkVersion 29
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
Expand Down
6 changes: 3 additions & 3 deletions videocropper/build.gradle
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
group='FastestVideoTrimmer.github'
version = '2.1'
version = '2.2'

android {
compileSdkVersion 28
compileSdkVersion 29


defaultConfig {
minSdkVersion 14
targetSdkVersion 28
targetSdkVersion 29
versionCode 1
versionName "1.0"

Expand Down

0 comments on commit 4821fbc

Please sign in to comment.