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

Commit 294f3b0

Browse files
committed
Update SDK to 25
Updating SDK to version to 25 and build tools to 25.0.0
1 parent 79eac72 commit 294f3b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

android/PhysicalWeb/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ apply plugin: 'si.dlabs.soter'
33
apply plugin: 'pmd'
44

55
android {
6-
compileSdkVersion 24
7-
buildToolsVersion "24.0.1"
6+
compileSdkVersion 25
7+
buildToolsVersion "25.0.0"
88

99
defaultConfig {
1010
applicationId "physical_web.org.physicalweb"
1111
minSdkVersion 19
12-
targetSdkVersion 24
12+
targetSdkVersion 25
1313
versionCode 18
1414
versionName "0.2.1"
1515
jackOptions {

0 commit comments

Comments
 (0)