Skip to content
This repository was archived by the owner on May 19, 2023. It is now read-only.

Commit e2055cf

Browse files
committed
Version 26 is minimum needed since August 2018 to publish in Google Play
1 parent 44c440c commit e2055cf

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

CorrectorSoftcatala/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@ apply plugin: 'com.android.application'
22

33
android {
44
compileSdkVersion 19
5-
buildToolsVersion '25.0.0'
65

76
defaultConfig {
87
applicationId "org.softcatala.corrector"
9-
minSdkVersion 19
10-
targetSdkVersion 19
8+
minSdkVersion 26
9+
targetSdkVersion 26
1110
versionCode 10
1211
versionName "1.0.9"
1312
}

CorrectorSoftcatala/src/main/AndroidManifest.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
-->
1919
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2020
package="org.softcatala.corrector" >
21-
22-
<uses-sdk android:minSdkVersion="16"/>
2321

2422
<uses-permission android:name="android.permission.INTERNET" />
2523
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />

0 commit comments

Comments
 (0)