File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ platform :android do
2121 gradle ( task : "test" )
2222 end
2323
24- desc "Builld and Deploy a new version to the Google Play"
24+ desc "Build and Deploy a new version to the Google Play"
2525 lane :deploy do
2626 #puts "Patch version for this build will be " + ENV["BUILD_NUMBER"]
2727 gradle (
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ buildscript {
1414 mavenCentral()
1515 }
1616 dependencies {
17- classpath ' com.google.protobuf:protobuf-gradle-plugin:0.9.4 '
17+ classpath ' com.google.protobuf:protobuf-gradle-plugin:0.8.14 '
1818 }
1919}
2020
@@ -103,9 +103,4 @@ task sourcesJar(type: Jar) {
103103
104104artifacts {
105105 archives sourcesJar
106- }
107-
108- java {
109- sourceCompatibility = JavaVersion . VERSION_1_8
110- targetCompatibility = JavaVersion . VERSION_1_8
111106}
You can’t perform that action at this time.
0 commit comments