Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
v0.3 release-ready for F-Droid
Browse files Browse the repository at this point in the history
  • Loading branch information
tacticalDevC authored and tacticalDevC committed Dec 3, 2018
1 parent 9db3546 commit a5c8d57
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ android {
applicationId "at.tacticaldevc.panictrigger"
minSdkVersion 23
targetSdkVersion 28
versionCode 1
versionName "1.0"
versionName 'v0.3-fdroid-release'
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand All @@ -16,14 +15,16 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
productFlavors {
}
}

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
implementation 'com.android.support:support-v4:28.0.0'
implementation "com.android.support:support-compat:28.0.0"
implementation 'com.android.support:support-compat:28.0.0'
implementation 'com.android.support:design:28.0.0'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
Expand Down

0 comments on commit a5c8d57

Please sign in to comment.