We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 729bbaf commit 719d9efCopy full SHA for 719d9ef
2 files changed
GeoTagImage/build.gradle
@@ -45,7 +45,7 @@ android {
45
}
46
47
48
-version = "1.1.9"
+version = "1.2.0"
49
group = "com.github.dangiashish"
50
51
afterEvaluate {
app/build.gradle
@@ -11,8 +11,8 @@ android {
11
applicationId "com.codebyashish.geotagimage.demo"
12
minSdk 23
13
targetSdk 36
14
- versionCode 119
15
- versionName "1.1.9"
+ versionCode 120
+ versionName "1.2.0"
16
17
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
18
0 commit comments