File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- buildscript {
2- repositories {
3- google()
4- mavenCentral()
5- }
6- dependencies {
7- classpath ' com.android.tools.build:gradle:7.4.2'
8- }
9- }
10-
11-
121plugins {
132 id ' com.android.library'
143}
154
16-
175repositories {
186 mavenLocal()
197 google()
208 mavenCentral()
219}
2210
2311android {
24- compileSdkVersion 34
12+ namespace ' com.nonpolynomial.btleplug.android'
13+ compileSdk 34
2514
2615 defaultConfig {
27- minSdkVersion 23
16+ minSdk 23
2817 versionCode 1
2918 versionName ' 0.7.3'
3019 }
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-7.5.1 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.9 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 11pluginManagement {
22 repositories {
33 google()
4+ mavenCentral()
45 }
56 plugins {
6- id ' com.android.library' version ' 7.4.2 '
7+ id ' com.android.library' version ' 8.7.3 '
78 }
89}
910
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3- package =" com.nonpolynomial.btleplug.android" >
2+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android" >
43 <uses-permission android : name =" android.permission.BLUETOOTH" />
54 <uses-permission android : name =" android.permission.BLUETOOTH_ADMIN" />
65 <uses-permission android : name =" android.permission.BLUETOOTH_SCAN" />
You can’t perform that action at this time.
0 commit comments