Skip to content

Commit

Permalink
Merge pull request #3940 from AnySoftKeyboard/enable-alpha-publish
Browse files Browse the repository at this point in the history
Enabling alpha (closed) channel for a few languages
  • Loading branch information
menny committed Mar 13, 2024
2 parents da76e2f + 5faa14b commit 462deee
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions addons/languages/afrikaans_oss/apk/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
ext.shouldBePublished = true
ext.closedTestingTrackName = 'alpha'

apply from: "$rootDir/addons/gradle/pack_apk.gradle"

Expand Down
1 change: 1 addition & 0 deletions addons/languages/armenian2/apk/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
ext.shouldBePublished = true
ext.closedTestingTrackName = 'alpha'

apply from: "$rootDir/addons/gradle/pack_apk.gradle"

Expand Down
1 change: 1 addition & 0 deletions addons/languages/basque/apk/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
ext.shouldBePublished = true
ext.closedTestingTrackName = 'alpha'

apply from: "$rootDir/addons/gradle/pack_apk.gradle"

Expand Down
1 change: 1 addition & 0 deletions addons/languages/belarusian/apk/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
ext.shouldBePublished = true
ext.closedTestingTrackName = 'alpha'

apply from: "$rootDir/addons/gradle/pack_apk.gradle"

Expand Down
1 change: 1 addition & 0 deletions addons/languages/brazilian/apk/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
ext.shouldBePublished = true
ext.closedTestingTrackName = 'alpha'

apply from: "$rootDir/addons/gradle/pack_apk.gradle"

Expand Down
1 change: 1 addition & 0 deletions addons/languages/bribri/apk/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
ext.shouldBePublished = true
ext.closedTestingTrackName = 'alpha'

apply from: "$rootDir/addons/gradle/pack_apk.gradle"

Expand Down
1 change: 1 addition & 0 deletions addons/languages/italian/apk/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
ext.shouldBePublished = true
ext.closedTestingTrackName = 'alpha'

apply from: "$rootDir/addons/gradle/pack_apk.gradle"

Expand Down
1 change: 1 addition & 0 deletions addons/languages/swedish/apk/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
ext.shouldBePublished = true
ext.closedTestingTrackName = 'alpha'

apply from: "$rootDir/addons/gradle/pack_apk.gradle"

Expand Down
1 change: 1 addition & 0 deletions addons/languages/ukrainian/apk/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
ext.shouldBePublished = true
ext.closedTestingTrackName = 'alpha'

apply from: "$rootDir/addons/gradle/pack_apk.gradle"

Expand Down

0 comments on commit 462deee

Please sign in to comment.