Skip to content

Commit 41d75b6

Browse files
committed
added listeners
1 parent 99a5891 commit 41d75b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

p2psdk/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ publish {
66
repoName = 'android'
77
groupId = 'com.aslam'
88
artifactId = 'p2p'
9-
publishVersion = '1.1.9'
9+
publishVersion = '1.2.1'
1010
desc = 'P2P library provides instant integration (PnP) support for WIFI-Direct P2P for any Android projects plus it remembers the recently connected device and reconnects it automatically when it is available.'
1111
website = 'https://github.com/aslamanver/p2p'
1212
}
@@ -18,8 +18,8 @@ android {
1818
defaultConfig {
1919
minSdkVersion 15
2020
targetSdkVersion 28
21-
versionCode 119
22-
versionName "1.1.9"
21+
versionCode 121
22+
versionName "1.2.1"
2323
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2424
consumerProguardFiles "consumer-rules.pro"
2525
}

0 commit comments

Comments
 (0)