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

Commit a5c8d57

Browse files
tacticalDevCtacticalDevC
authored andcommitted
v0.3 release-ready for F-Droid
1 parent 9db3546 commit a5c8d57

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

app/build.gradle

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ android {
66
applicationId "at.tacticaldevc.panictrigger"
77
minSdkVersion 23
88
targetSdkVersion 28
9-
versionCode 1
10-
versionName "1.0"
9+
versionName 'v0.3-fdroid-release'
1110
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1211
}
1312
buildTypes {
@@ -16,14 +15,16 @@ android {
1615
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
1716
}
1817
}
18+
productFlavors {
19+
}
1920
}
2021

2122
dependencies {
22-
implementation fileTree(dir: 'libs', include: ['*.jar'])
23+
implementation fileTree(include: ['*.jar'], dir: 'libs')
2324
implementation 'com.android.support:appcompat-v7:28.0.0'
2425
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
2526
implementation 'com.android.support:support-v4:28.0.0'
26-
implementation "com.android.support:support-compat:28.0.0"
27+
implementation 'com.android.support:support-compat:28.0.0'
2728
implementation 'com.android.support:design:28.0.0'
2829
testImplementation 'junit:junit:4.12'
2930
androidTestImplementation 'com.android.support.test:runner:1.0.2'

0 commit comments

Comments
 (0)