Skip to content

Commit 2ddff96

Browse files
committed
Issue24 temporarely exclude Android 8
Created signed release app
1 parent 26594a4 commit 2ddff96

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

app/app-release.apk

26.2 KB
Binary file not shown.

app/build.gradle

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 26
4+
signingConfigs {
5+
PrismaCallBlocker {
6+
}
7+
}
8+
compileSdkVersion 25
59
buildToolsVersion '25.0.0'
610
defaultConfig {
711
applicationId "com.prismaqf.callblocker"
812
minSdkVersion 16
9-
targetSdkVersion 26
10-
versionCode 3
11-
versionName "1.2.1"
13+
maxSdkVersion 25
14+
targetSdkVersion 25
15+
versionCode 4
16+
versionName "1.2.2"
1217
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1318
}
1419
buildTypes {

0 commit comments

Comments
 (0)