Commit ca0cb97a authored by Mygod's avatar Mygod

Bump plugin lib version

parent 0c93a0eb
* 1.2.0:
* Dependency update: `com.google.android.material:material:1.1.0-alpha03`.
* 1.1.0: * 1.1.0:
* Having control characters in plugin options is no longer allowed. * Having control characters in plugin options is no longer allowed.
If this breaks your plugin, you are doing it wrong. If this breaks your plugin, you are doing it wrong.
......
...@@ -10,8 +10,8 @@ android { ...@@ -10,8 +10,8 @@ android {
defaultConfig { defaultConfig {
minSdkVersion rootProject.minSdkVersion minSdkVersion rootProject.minSdkVersion
targetSdkVersion rootProject.sdkVersion targetSdkVersion rootProject.sdkVersion
versionCode 8 versionCode 9
versionName "1.1.0" versionName "1.2.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment