This repository was archived by the owner on Dec 29, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
2122dependencies {
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'
You can’t perform that action at this time.
0 commit comments