Skip to content

Commit d213c63

Browse files
committed
chore: revert model proto dependency change
Signed-off-by: Brandon McAnsh <git@bmcreations.dev>
1 parent e2b1fe2 commit d213c63

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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(

model/build.gradle

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff 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

104104
artifacts {
105105
archives sourcesJar
106-
}
107-
108-
java {
109-
sourceCompatibility = JavaVersion.VERSION_1_8
110-
targetCompatibility = JavaVersion.VERSION_1_8
111106
}

0 commit comments

Comments
 (0)