mirror of
https://github.com/moparisthebest/android_external_SafeParcel
synced 2024-12-04 06:22:17 -05:00
Increase version number
This commit is contained in:
parent
26d9c42977
commit
b49d1095fd
@ -11,7 +11,7 @@ apply plugin: 'com.android.library'
|
||||
apply from: 'gradle-mvn-push.gradle'
|
||||
|
||||
group = 'org.microg'
|
||||
version = '1.1.0'
|
||||
version = '1.2-SNAPSHOT'
|
||||
|
||||
android {
|
||||
compileSdkVersion 22
|
||||
|
@ -1,6 +1,6 @@
|
||||
GROUP=org.microg
|
||||
POM_ARTIFACT_ID=safe-parcel
|
||||
VERSION_NAME=1.1.0
|
||||
VERSION_NAME=1.2-SNAPSHOT
|
||||
|
||||
POM_NAME=µg SafeParcel
|
||||
POM_DESCRIPTION=Easy-to-use implementation of the "SafeParcel" format used for IPC in Play Services
|
||||
|
Loading…
Reference in New Issue
Block a user