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

Commit 4dbb480

Browse files
authored
Merge pull request #872 from iankchristie/upradeSDK
Uprade sdk
2 parents 82148f0 + f8d6995 commit 4dbb480

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.1"
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)