Skip to content
This repository has been archived by the owner on Oct 28, 2023. It is now read-only.

Commit

Permalink
Update gradle files for release
Browse files Browse the repository at this point in the history
  • Loading branch information
HaarigerHarald committed Jun 23, 2019
1 parent bccaf9e commit d5db01c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions advancedDownloader/build.gradle
Expand Up @@ -7,15 +7,18 @@ android {
applicationId "at.huber.youtubeDownloader"
minSdkVersion 14
targetSdkVersion 22
versionCode 3
versionName "1.7"
versionCode 4
versionName "1.9"
}
buildTypes {
release {
proguardFile 'proguard.cfg'
minifyEnabled true
}
}
lintOptions {
checkReleaseBuilds false
}
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -6,7 +6,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.4.0'
classpath 'com.android.tools.build:gradle:3.4.1'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down

0 comments on commit d5db01c

Please sign in to comment.