Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBeastLT committed Jun 2, 2023
1 parent bdcc312 commit 7ffdd77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
/build
/protobuf-codegen/build
/target
/.gradle
/src/debug
/src/release
/generated
/**/rust/protobuf/*
!/**/rust/protobuf/README.md
/.idea/
Expand Down
7 changes: 2 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import com.google.protobuf.gradle.*
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

group = "com.github.Stremio"
version = "2.0.0"
version = "1.0.21"

allprojects {
repositories {
Expand Down Expand Up @@ -50,7 +50,7 @@ kotlin {
// ios()

android {
publishLibraryVariants("release", "debug")
publishLibraryVariants("release")
}

@Suppress("UNUSED_VARIABLE")
Expand Down Expand Up @@ -110,9 +110,6 @@ protobuf {

generateProtoTasks {
all().forEach { task ->
task.builtins {
// remove("java")
}
task.plugins {
id("pbandk")
}
Expand Down

0 comments on commit 7ffdd77

Please sign in to comment.