We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2513d04 commit 321fd4eCopy full SHA for 321fd4e
library/build.gradle
@@ -11,7 +11,7 @@ android {
11
12
defaultConfig {
13
minSdkVersion 21
14
- targetSdkVersion 33
+ targetSdkVersion 35
15
versionCode 1
16
versionName "1.0"
17
}
@@ -45,7 +45,7 @@ afterEvaluate {
45
release(MavenPublication) {
46
groupId = 'com.github.FlutterGenerator'
47
artifactId = 'SnowFall'
48
- version = 'v0.0.1'
+ version = 'v0.0.2'
49
from components.release
50
51
0 commit comments